Hello, > 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 This means that libcrypto.a library was compiled with GCC. All this unknown symbols are from GCC library and when link is performed with HP compiler they are missing. In other word you should add libgcc.a library to this link.
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]