> >Does it mean that your gcc without any options generate ELF64 object > >modules then? > > Seems like it > > nmcmadam:/opt/patches/openssl-0.9.7c/ssl> file ssl_rsa.o > ssl_rsa.o: ELF-64 relocatable object file - PA-RISC 2.0 (LP64)
As already mentioned: > >... if it does, then original ./config should have > >worked and configured for 64-bit build [without even checking for kernel > >bit-ness!]. Or in other words there should be no need to check for kernel bitness. You simply have no other choice, but to try to configure for 64-bit ABI. If you can really confirm that './config -t' fails to print "configuring for hpux64-parisc-gcc" on your system, then submit output from 'gcc -v -E -x c /dev/null' command. > nmcmadam:/opt/patches/openssl-0.9.7c> file apps/openssl > apps/openssl: ELF-64 executable object file - PA-RISC 2.0 (LP64) Does 'make test' pass? A. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]