Dear experts, I have build openssl 1.a on HP-UX using gcc. My application uses aCC to build the code. While i am building my application using aCC i am getting below error with the openssl 1.a that i build myself:
usr/ccs/bin/ld: Unsatisfied symbols: __udivdi3 (first referenced in /opensslsource/openssl-1.0.0a/libcrypto.a(b_print.o)) (code) __ashldi3 (first referenced in /opensslsource/openssl-1.0.0a/libcrypto.a(bn_lib.o)) (code) __umoddi3 (first referenced in /opensslsource/openssl-1.0.0a/libcrypto.a(b_print.o)) (code) __lshrdi3 (first referenced in /opensslsource/openssl-1.0.0a/libcrypto.a(bn_lib.o)) (code) make: *** [MyApp] Error 1 I doubt this is happening because the openssl was build using gcc and my Application is getting build using aCC. Please provide some solution to fix this. When i am trying to build openssl with aCC i am getting compilation errors. Similar problem i am facing on Solaris where the openssl is build using cc and my application is getting build using CC. Request your immediate help as i am completely stuck with this issue. Thanks in advance for your help!! -- View this message in context: http://old.nabble.com/Problem-with-building-application-with-Openssl-1.a-on-Solaris-and-HP-tp29552651p29552651.html Sent from the OpenSSL - Dev mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
