[Bug 1104] Compile error "ldLL" not declared in strtonum.c under Tru64 Unix 4.0f

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat Oct 15 02:25:03 EST 2005


http://bugzilla.mindrot.org/show_bug.cgi?id=1104

           Summary: Compile error "ldLL" not declared in strtonum.c under
                    Tru64 Unix 4.0f
           Product: Portable OpenSSH
           Version: 4.2p1
          Platform: Alpha
        OS/Version: OSF/1
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Build system
        AssignedTo: bitbucket at mindrot.org
        ReportedBy: mcaskill.scott at epa.gov


Compilation of 4.2p1 fails on Tru64 Unix 4.0f platform with the following
configuration settings in use:
Host: alpha-dec-osf4.0f
          Compiler: cc -std1
          Compiler flags: -g 
          Preprocessor flags: -I/usr/local/ssl/include 
          Linker flags: -L/usr/local/ssl/lib 
          Libraries:   -lcrypto -lrt -lz  -lsecurity -ldb -lm -laud

Compilation fails with:
cc: Error: strtonum.c, line 55: In this statement, "ldLL" is not declared.
(undeclared)
                                 else if ((ll == LLONG_MIN && errno == ERANGE)
|| ll < minval)
--------------------------------^
*** Exit 1
Stop.
*** Exit 1
Stop.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list