Using OpenSSL-0.9.4 on Solaris 2.6 with latests recommended patches

And gcc 2.95.2
binutils
GNU Bison
GNU Flex
tar 1.13
GNU make
perl 5.00404
GNU automake
GNU autoconf
GNU libtool

I can compile OpenSSL using sh config rsaref

but when I run make I get the following error

making all in crypto...
( echo "#ifndef MK1MF_BUILD"; \
echo "  /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c
*/"; \
echo "  #define CFLAGS \"gcc -DTHREADS -D_REENTRANT -DNO_ASM -DRSAref
-O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN\""; \
echo "  #define PLATFORM \"solaris-x86-gcc\""; \
echo "  #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
gcc -I. -I../include -DTHREADS -D_REENTRANT -DNO_ASM -DRSAref -O3
-fomit-frame-pointer -m486 -Wall -DL_ENDIAN  -c  cryptlib.c
/usr/local/i386-pc-solaris2.6/bin/as: option `-s' is ambiguous
*** Error code 1
make: Fatal error: Command failed for target `cryptlib.o'
Current working directory /usr/local/openssl-0.9.4/crypto
*** Error code 1
make: Fatal error: Command failed for target `all'

Please help.

Andrew

-- 
"Two road diverged in a yellow wood,
and sorry until I had traveled both."
--Everyman
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to