building on solaris x86 w/ sun workshop compilers

2000-07-10 Thread james woodyatt
friends-- The magic incantation in the Configure script that made it work for me is as follows: "solaris-x86-cc","cc:-xstrconst -Xa -DL_ENDIAN -DNO_INLINE_ASM::-D_REENTRANT:-lsocket -lnsl", Notice that the '-O' flag is missing. If it is present, I get all manner of less-than-amusing

Building on Solaris

2000-01-05 Thread Michael Sierchio
Has anyone successfully built openssl-0.9.4 on Solaris with shared libraries? The 'linux-shared' target seems to produce numerous errors (gcc invoking the native ld?). Any pointers greatly appreciated. Cheers, Michael -- QUI ME AMET, CANEM MEUM ETIAM AMET

Re: Building on Solaris

2000-01-05 Thread Basar Kasim
I've just built openssl-0.9.4 on Solaris with shared libraries and used these .so's with my JAVA application. All you need is to follow the procedures below: open static libraries (libssl.a, libcrypto.a) with ar -x command and obtain the object files. reassamble these files by using the gcc