Hello all, I hope I'm posting this to the right place.  I don't
know if the OpenSSL developers plan on adding a Configure option for
"solaris-x86-cc" but if it is in the works I wanted to share the
compiler switches that I've been using.

Up to now I've been starting off with a ./Configure soalris-x86-gcc
no-asm to get things going.

I go into the Makefile and alter the following:

-fPIC -> -KPIC
remove -fomit-frame-pointer
remove -Wall
-03 -> -O (sources are telling me that -xO3 should work also, but it
hangs when I do it)
-m486 -> -x486

I'm not a part of the mailing list, so if you're going to reply, please
do so directly to me.  If you have a better combo of flags, I'm all
ears.

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

Reply via email to