This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

assist with compilation on Itanium 11.23


Can anyone assist me with the compilation of openssh on HP-UX 11.23 using
gcc (gccipf) 3.0


/configure --with-zlib=/usr/local/lib/hpux
--with-ssl-dir=/usr/local/ssl/lib --with-lib=/usr/local/include

gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o
sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib
-L/usr/local/lib/hpux  -lssh -lopenbsd-compat -lz -lnsl -lxnet  -lsec
-lcrypto
ld: Can't find library or mismatched ABI for -lgcc
Fatal error.
collect2: ld returned 1 exit status

please let me know where the path is for the libraries for gcc?

kind regards
Donny



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]