On Fri, Aug 11, 2000 at 10:57:27AM -0400, Scott D. Allen wrote:
> Still haven't been able to install OpenSSH on HP-UX 10.20.
>
> I reinstalled OpenSSL (0.9.5a from HP sw port center), Zlib (1.1.3 from port
> center) and re-downloaded OpenSSH 2.1.1p4. I get past the configure step and
> then when I run the make I get a lot of compiles and then at some point (see
> below) I get an ld error. This is just the end of the output from the make.
> Any suggestions/experiences? TIA.
>
> gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o
> log-client.o readconf.o clientloop.o -L. -L/opt/openssl/lib -L/opt/zlib/lib
> -lssh -lopenbsd-compat -lz -lsec -lcrypto
> /usr/ccs/bin/ld: Unsatisfied symbols:
> __builtin_va_start (code)
> collect2: ld returned 1 exit status
> *** Error exit code 1
The __builtin_va_start is generated in the /usr/include/varargs.h file.
The gcc compiler defines it different in .../gcc-lib/.../include/varargs.h,
at least at gcc-2.7.2. (Don't tell me this version is old, I know :-)
Somehow these things get mixed up. If you have the unbundled HP-ANSI/C
compiler: I have successfully used it to compile OpenSSH (never tried gcc).
Best regards,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153