Hi all,
I am trying to build openssl 0.9.7d on HPUX 10.20 using gcc 2.95.2(binutil
2.11.2 is installed)
compilation stopped with following error.
+ /usr/ccs/bin/ld +vnocompatwarnings -b -z +s -o libcrypto.sl.0.9.7 +h
libcrypto.sl.0.9.7 -Fl libcry
pto.a -ldld -lc
/usr/ccs/bin/ld: DP relative code in file libcrypto.a(pa-risc.o) - shared
library must be position
independent. Use +z or +Z to recompile.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
#
I am configurig openssl like this...
./Configure hpux-parisc-gcc -shared
--openssldir=/usr/packages/openssl-0.9.7d
I want to use "crypto/bn/asm/pa-risc.s" file to produce pa-risc.o using HP's
"as" (HP92453-03 UX.10.20.05 (DAVIS) PA-RISC 2.0 Assembler) it is producing
the object file, however it is reporting lot of warnings. (I made changes to
Makefile.ssl and /crypto/Makefile.ssl for BN_ASM= asm/pa-risc.o)
I also tried with GNU binutil "as" for hppa_1.1, it is producing the object
file without any warnings, but it is end up with same error. (GNU assembler
version 2.11.2 (hppa1.1-hp-hpux10.20) using BFD version 2.11.2)
Can any one please tell me how to solve this problem, I hope pa-risc.s file
is correct one to use with HP 10.20.
Thanks and Regards,
Kishore
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]