Thanks, I tried that and see this:

$ ar xf libz.a compress.o
$ file compress.o
compress.o:     ELF-64 relocatable object file - IA64


This is *after* I recompiled zlib with -mlp64 flag.  Which apparently gets me 
past the mismatched error.  But now I see these:


ld: Unsatisfied symbol "__udivdi3" in file /usr/local/DevTools/openssl/native64/
openssl-0.9.8d/libcrypto.a[b_print.o]
ld: Unsatisfied symbol "__divsi3" in file /usr/local/DevTools/openssl/native64/o
penssl-0.9.8d/libcrypto.a[bn_exp.o]
ld: Unsatisfied symbol "__modsi3" in file /usr/local/DevTools/openssl/native64/o
penssl-0.9.8d/libcrypto.a[md_rand.o]
ld: Unsatisfied symbol "__umoddi3" in file /usr/local/DevTools/openssl/native64/
openssl-0.9.8d/libcrypto.a[b_print.o]
4 errors.
gmake[1]: *** [../bin64/qpcfg] Error 1




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Marek Marcola
Sent: Wednesday, November 01, 2006 10:43 AM
To: openssl-users@openssl.org
Subject: RE: openSSL/ Zlib issue


Hello,
> $ file libz.a
> libz.a:         archive file
I forgot that with static libraries this gives
not much information, try then:
        $ ar xf libz.a compress.o
        $ file compress.o
Maybe this file is IA32 compiled and you are tried
do IA64 executable file. This must much too.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to