> > Using OpenSSL-0.9.4 on Solaris 2.6 with latests recommended patches
> >
> > And gcc 2.95.2
> > binutils
> >
> > 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;
Well, there is a simpler alternative. Run gcc -v and note the path to
specs file. Then open this file with a text editor and remove -s from
the line following *asm:.
> - get rid of gas (I don't believe I'm saying this!);
If you choose this option, then make sure you have SUNWsprot package
installed.

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

Reply via email to