[Bug 268] New: ssh-keysign build failure on AIX with gcc

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Jun 7 17:26:13 EST 2002


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

           Summary: ssh-keysign build failure on AIX with gcc
           Product: Portable OpenSSH
           Version: -current
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Miscellaneous
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: dtucker at zip.com.au


$ gcc -o ssh-keysign ssh-keysign.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib  
-L/usr/local/lib -lssh -lopenbsd-compat -lz  -lcrypto   
ld: 0711-317 ERROR: Undefined symbol: __progname
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status

Following patch conditionally defines __progname (stolen directly from ssh.c).

Any reason it shouldn't be in a .h file once rather than 11 .c files?



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



More information about the openssh-unix-dev mailing list