search for: _u_qfneg

Displaying 4 results from an estimated 4 matches for "_u_qfneg".

2007 Apr 03
1
openssl-0.9.7e compile error.
...y time on HP-UX 11.0 with openssh-4.5p1. Was almost there. . . . gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconne ct1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -lssh -lopenbsd-compat -lcrypto -lz -lnsl -lxnet -lsec /usr/ccs/bin/ld: Unsatisfied symbols: _U_Qfneg (first referenced in openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o)) (code) collect2: ld returned 1 exit status *** Error exit code 1 Jerry Moore CSC, Principal UNIX Systems Administrator BAE Systems Electronics & Integrated Solutions 3131 Story Road West, Irving, Texas 75038 Work 97...
2006 Feb 02
3
Make error durring compilation of OpenSSH 4.3p1 on HP-UX 11.00
...cd openbsd-compat && make) gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/tmp/openssl-0.9.8a -L/tmp/zlib-1.2.3 -lssh -lopenbsd-compat -lcrypto -lz -lnsl -lxnet -ldld -lsec /usr/ccs/bin/ld: Unsatisfied symbols: _U_Qfneg (first referenced in openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o)) (code) collect2: ld returned 1 exit status *** Error exit code 1 Stop. Thanks in advance for help. -- DSL-Aktion wegen gro?er Nachfrage bis 28.2.2006 verl?ngert: GMX DSL-Flatrate 1 Jahr kostenlos* http://www.gmx.net/de...
2005 Sep 14
1
RSYNC "make" problems with HP UX 11.0 & GCC 3.3.2
.../inet_pton.o lib/getaddrinfo.o lib/getnameinfo.o zlib/deflate.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/trees.o zlib/zutil.o zlib/adler32.o zlib/compress.o zlib/crc32.o popt/findme.o popt/popt.o popt/poptconfig.o popt/popthelp.o popt/poptparse.o /usr/ccs/bin/ld: Unsatisfied symbols: _U_Qfneg (first referenced in lib/snprintf.o) (code) collect2: ld returned 1 exit status make: *** [rsync] Error 1 -------------- next part -------------- HTML attachment scrubbed and removed
2007 Apr 05
2
openssh-4.4p1 compile error.
...h openssh-4.5p1. Was almost there. > > gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconne > ct1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -lssh > -lopenbsd-compat -lcrypto -lz -lnsl -lxnet -lsec > /usr/ccs/bin/ld: Unsatisfied symbols: > _U_Qfneg (first referenced in > openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o)) (code) > collect2: ld returned 1 exit status > *** Error exit code 1 Which version of gcc is that? Did you compile openssl with gcc? If not, I suggest that you try compiling openssl with gcc too. -- Darren T...