I tried the hpux64-parisc2-cc with your patch applied to the 0924
snapshot. It fails like so,

some warnings early in the build:

cc: "ebcdic.c", line 1: warning 501: Empty source file.
as: "asm/pa-risc2W.s", line 1601: warning 8: Subspace characteristics may
not be changed after first definition
cpp: "b_print.c", line 154: warning 2001: Redefinition of macro MAX.

a fatal error in the end:

cc -o openssl -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H +DD64 +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit
-DB_ENDIAN -DMD32_XARRAY openssl.o verify.o asn1pars.o
req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o
crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o x509.o genrsa.o gendsa.o
s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o
version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o spkac.o smime.o
rand.o -L. -L.. -L../.. -L../../.. -L.. -lssl -L.. -lcrypto -ldl
ld: Missing library symbol table in ../libssl.a
Fatal error.
make[1]: *** [openssl] Error 1
make: *** [all] Error 1

I think that some hpux targets fixed the -ldl/-ldld miss match, but your
patch seems to use -ldl again. It doesn't work on 64bit. Please use -ldld.


Amanda.                                                                                
                                 

On Tue, 19 Sep 2000, Lutz Jaenicke wrote:
> Appended you will find an attempt to clean up the lot of HP-UX targets.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to