This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
assist with compilation on Itanium 11.23
- From: djekels at citistreetonline dot com
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 20 Oct 2003 14:31:24 -0400
- Subject: 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