Everyman wrote:
> 
> 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.
Well, I bet you can't compile *any* program at all so that openssl-bugs
probably isn't the right list to report the problem... In either case
you have two options:

- recompile gcc with --with-gas option;
- get rid of gas (I don't believe I'm saying this!);

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

Reply via email to