I failed compiling openssl 0.9.4. Attached are the error messages...
My system is Solaris X86 11/99 release. I used gcc-2.9.2 and
binutils-2.9.1 which are both the latest release I think.
I tried compiling with assembler (./config) and without (./config
no-asm). I have also tried using Sun's assembler and that failed too.
./config -t:
Operating system: i86pc-sun-solaris2
Configuring for solaris-x86-gcc
/usr/local/bin/perl ./Configure solaris-x86-gcc
Thanks for any help. I'll provide any information to fix this problem.
LLU
Script started on Wed Dec 08 03:11:20 1999
rootNT5#
rootNT5#
rootNT5# pwd
/u/src/imapd_ssl/openssl-0.9.4
rootNT5# ls
CHANGES Makefile.ssl demos mt times
CHANGES.SSLeay NEWS dep openssl.doxy tmp
Configure README doc out tools
INSTALL VMS e_os.h perl typescript
INSTALL.VMS apps e_os2.h rsaref util
INSTALL.W32 bugs include sf
LICENSE certs install.com shlib
Makefile config makevms.com ssl
Makefile.org crypto ms test
rootNT5#
rootNT5#
rootNT5# date
Wed Dec 8 03:11:29 EST 1999
rootNT5#
rootNT5#
rootNT5# gcc -v
Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.7/2.95.2/specs
gcc version 2.95.2 19991024 (release)
rootNT5#
rootNT5#
rootNT5# as -v
GNU assembler version 2.9.1 (i386-pc-solaris2.7), using BFD version 2.9.1
^CrootNT5#
rootNT5#
rootNT5# echo $PATH
/usr/local/bin:/usr/local/sbin:/usr/dt/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/ccs/bin:/usr/ucb:/usr/openwin/bin:/usr/local/BerkeleyDB/bin:/usr/opt/SUNWmd/sbin
rootNT5#
rootNT5#
rootNT5# ./config
Operating system: i86pc-sun-solaris2
Configuring for solaris-x86-gcc
IsWindows=0
CC =gcc
CFLAG =-DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN
-DSHA1_ASM -DMD5_ASM -DRMD160_ASM
EX_LIBS =-lsocket -lnsl
BN_ASM =asm/bn86-sol.o asm/co86-sol.o
DES_ENC =asm/dx86-sol.o asm/yx86-sol.o
BF_ENC =asm/bx86-sol.o
CAST_ENC =asm/cx86-sol.o
RC4_ENC =asm/rx86-sol.o
RC5_ENC =asm/r586-sol.o
MD5_OBJ_ASM =asm/mx86-sol.o
SHA1_OBJ_ASM =asm/sx86-sol.o
RMD160_OBJ_ASM=asm/rm86-sol.o
PROCESSOR =
RANLIB =/usr/local/bin/ranlib
PERL =/usr/local/bin/perl
THIRTY_TWO_BIT mode
DES_PTR used
DES_RISC1 used
DES_UNROLL used
BN_LLONG mode
RC4_INDEX mode
Makefile => Makefile.ssl
e_os.h => include/openssl/e_os.h
e_os2.h => include/openssl/e_os2.h
making links in crypto...
Makefile => Makefile.ssl
crypto.h => ../include/openssl/crypto.h
tmdiff.h => ../include/openssl/tmdiff.h
opensslv.h => ../include/openssl/opensslv.h
opensslconf.h => ../include/openssl/opensslconf.h
ebcdic.h => ../include/openssl/ebcdic.h
Makefile => Makefile.ssl
making links in crypto/md2...
Makefile => Makefile.ssl
md2.h => ../../include/openssl/md2.h
md2test.c => ../../test/md2test.c
making links in crypto/md5...
Makefile => Makefile.ssl
md5.h => ../../include/openssl/md5.h
md5test.c => ../../test/md5test.c
md5.c => ../../apps/md5.c
making links in crypto/sha...
Makefile => Makefile.ssl
sha.h => ../../include/openssl/sha.h
shatest.c => ../../test/shatest.c
sha1test.c => ../../test/sha1test.c
making links in crypto/mdc2...
Makefile => Makefile.ssl
mdc2.h => ../../include/openssl/mdc2.h
mdc2test.c => ../../test/mdc2test.c
making links in crypto/hmac...
Makefile => Makefile.ssl
hmac.h => ../../include/openssl/hmac.h
hmactest.c => ../../test/hmactest.c
making links in crypto/ripemd...
Makefile => Makefile.ssl
ripemd.h => ../../include/openssl/ripemd.h
rmdtest.c => ../../test/rmdtest.c
rmd160.c => ../../apps/rmd160.c
making links in crypto/des...
Makefile => Makefile.ssl
asm/perlasm => ../../perlasm
des.h => ../../include/openssl/des.h
destest.c => ../../test/destest.c
making links in crypto/rc2...
Makefile => Makefile.ssl
rc2.h => ../../include/openssl/rc2.h
rc2test.c => ../../test/rc2test.c
making links in crypto/rc4...
Makefile => Makefile.ssl
rc4.h => ../../include/openssl/rc4.h
rc4test.c => ../../test/rc4test.c
making links in crypto/rc5...
Makefile => Makefile.ssl
rc5.h => ../../include/openssl/rc5.h
rc5test.c => ../../test/rc5test.c
making links in crypto/idea...
Makefile => Makefile.ssl
idea.h => ../../include/openssl/idea.h
ideatest.c => ../../test/ideatest.c
making links in crypto/bf...
Makefile => Makefile.ssl
blowfish.h => ../../include/openssl/blowfish.h
bftest.c => ../../test/bftest.c
making links in crypto/cast...
Makefile => Makefile.ssl
cast.h => ../../include/openssl/cast.h
casttest.c => ../../test/casttest.c
making links in crypto/bn...
Makefile => Makefile.ssl
bn.h => ../../include/openssl/bn.h
bntest.c => ../../test/bntest.c
exptest.c => ../../test/exptest.c
making links in crypto/rsa...
Makefile => Makefile.ssl
rsa.h => ../../include/openssl/rsa.h
rsa_oaep_test.c => ../../test/rsa_oaep_test.c
making links in crypto/dsa...
Makefile => Makefile.ssl
dsa.h => ../../include/openssl/dsa.h
dsatest.c => ../../test/dsatest.c
making links in crypto/dh...
Makefile => Makefile.ssl
dh.h => ../../include/openssl/dh.h
dhtest.c => ../../test/dhtest.c
making links in crypto/buffer...
Makefile => Makefile.ssl
buffer.h => ../../include/openssl/buffer.h
making links in crypto/bio...
Makefile => Makefile.ssl
bio.h => ../../include/openssl/bio.h
making links in crypto/stack...
Makefile => Makefile.ssl
stack.h => ../../include/openssl/stack.h
safestack.h => ../../include/openssl/safestack.h
making links in crypto/lhash...
Makefile => Makefile.ssl
lhash.h => ../../include/openssl/lhash.h
making links in crypto/rand...
Makefile => Makefile.ssl
rand.h => ../../include/openssl/rand.h
randtest.c => ../../test/randtest.c
making links in crypto/err...
Makefile => Makefile.ssl
err.h => ../../include/openssl/err.h
making links in crypto/objects...
Makefile => Makefile.ssl
objects.h => ../../include/openssl/objects.h
making links in crypto/evp...
Makefile => Makefile.ssl
evp.h => ../../include/openssl/evp.h
making links in crypto/asn1...
Makefile => Makefile.ssl
asn1.h => ../../include/openssl/asn1.h
asn1_mac.h => ../../include/openssl/asn1_mac.h
making links in crypto/pem...
Makefile => Makefile.ssl
pem.h => ../../include/openssl/pem.h
pem2.h => ../../include/openssl/pem2.h
making links in crypto/x509...
Makefile => Makefile.ssl
x509.h => ../../include/openssl/x509.h
x509_vfy.h => ../../include/openssl/x509_vfy.h
making links in crypto/x509v3...
Makefile => Makefile.ssl
x509v3.h => ../../include/openssl/x509v3.h
making links in crypto/conf...
Makefile => Makefile.ssl
conf.h => ../../include/openssl/conf.h
making links in crypto/txt_db...
Makefile => Makefile.ssl
txt_db.h => ../../include/openssl/txt_db.h
making links in crypto/pkcs7...
Makefile => Makefile.ssl
pkcs7.h => ../../include/openssl/pkcs7.h
making links in crypto/pkcs12...
Makefile => Makefile.ssl
pkcs12.h => ../../include/openssl/pkcs12.h
making links in crypto/comp...
Makefile => Makefile.ssl
comp.h => ../../include/openssl/comp.h
making links in ssl...
Makefile => Makefile.ssl
ssl.h => ../include/openssl/ssl.h
ssl2.h => ../include/openssl/ssl2.h
ssl3.h => ../include/openssl/ssl3.h
ssl23.h => ../include/openssl/ssl23.h
tls1.h => ../include/openssl/tls1.h
ssltest.c => ../test/ssltest.c
making links in rsaref...
Makefile => Makefile.ssl
rsaref.h => ../include/openssl/rsaref.h
making links in apps...
Makefile => Makefile.ssl
making links in test...
Makefile => Makefile.ssl
making links in tools...
Makefile => Makefile.ssl
NOTE: The OpenSSL header files have been moved from include/*.h
to include/openssl/*.h. To include OpenSSL header files, now
directives of the form
#include <openssl/foo.h>
should be used instead of #include <foo.h>.
These new file locations allow installing the OpenSSL header
files in /usr/local/include/openssl/ and should help avoid
conflicts with other libraries.
To compile programs that use the old form <foo.h>,
usually an additional compiler option will suffice: E.g., add
-I/usr/local/ssl/include/openssl
or
-I/u/src/imapd_ssl/openssl-0.9.4/include/openssl
to the CFLAGS in the Makefile of the program that you want to compile
(and leave all the original -I...'s in place!).
Please make sure that no old OpenSSL header files are around:
The include directory should now be empty except for the openssl
subdirectory.
rootNT5#
rootNT5#
rootNT5#
rootNT5# make
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 -O3 -fomit-frame-pointer -m486
-Wall -DL_ENDIAN -DSHA1_ASM -DMD5_ASM -DRMD160_ASM\""; \
echo " #define PLATFORM \"solaris-x86-gcc\""; \
echo " #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
gcc -I. -I../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -m486 -Wall
-DL_ENDIAN -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c cryptlib.c
/usr/local/i386-pc-solaris2.7/bin/as: option `-s' is ambiguous
*** Error code 1
make: Fatal error: Command failed for target `cryptlib.o'
Current working directory /u/src/imapd_ssl/openssl-0.9.4/crypto
*** Error code 1
make: Fatal error: Command failed for target `all'
rootNT5#
rootNT5#
rootNT5#
rootNT5#
rootNT5#
rootNT5#
rootNT5# make clean
rm -f shlib/*.o *.o core a.out fluff *.map
making clean in crypto...
rm -f buildinf.h *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/md2...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/md5...
rm -f asm/mx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/sha...
rm -f asm/sx86unix.cpp *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff asm/*.o
making clean in crypto/mdc2...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/hmac...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/ripemd...
rm -f asm/rm86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/des...
rm -f asm/dx86unix.cpp asm/yx86unix.cpp *.o asm/*.o *.obj des lib tags core .pure
.nfs* *.old *.bak fluff
making clean in crypto/rc2...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/rc4...
rm -f asm/rx86unix.cpp *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff asm/*.o
making clean in crypto/rc5...
rm -f asm/r586unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/idea...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/bf...
rm -f asm/bx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/cast...
rm -f asm/cx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/bn...
rm -f asm/co86unix.cpp asm/bn86unix.cpp *.o */*.o *.obj lib tags core .pure .nfs*
*.old *.bak fluff bn_asm.s
making clean in crypto/rsa...
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/dsa...
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/dh...
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/buffer...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/bio...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/stack...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/lhash...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/rand...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/err...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/objects...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/evp...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/asn1...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/pem...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/x509...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/x509v3...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/conf...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/txt_db...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/pkcs7...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/pkcs12...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/comp...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in ssl...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in rsaref...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in apps...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff openssl
rm -f req
making clean in test...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff bntest ideatest md2test
md5test hmactest rc2test rc4test rc5test destest shatest sha1test mdc2test rmdtest
randtest dhtest bftest casttest ssltest exptest dsatest rsa_oaep_test *.ss log
making clean in tools...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
rm -f *.a *.o speed.* *.map *.so .pure core
rm -f openssl-0.9.4.tar
rootNT5#
rootNT5#
rootNT5#
rootNT5#
rootNT5#
rootNT5# ./config no-asm
Operating system: i86pc-sun-solaris2
Configuring for solaris-x86-gcc
IsWindows=0
CC =gcc
CFLAG =-DTHREADS -D_REENTRANT -DNO_ASM -O3 -fomit-frame-pointer -m486 -Wall
-DL_ENDIAN
EX_LIBS =-lsocket -lnsl
BN_ASM =bn_asm.o
DES_ENC =des_enc.o fcrypt_b.o
BF_ENC =bf_enc.o
CAST_ENC =c_enc.o
RC4_ENC =rc4_enc.o
RC5_ENC =rc5_enc.o
MD5_OBJ_ASM =
SHA1_OBJ_ASM =
RMD160_OBJ_ASM=
PROCESSOR =
RANLIB =/usr/local/bin/ranlib
PERL =/usr/local/bin/perl
THIRTY_TWO_BIT mode
DES_PTR used
DES_RISC1 used
DES_UNROLL used
BN_LLONG mode
RC4_INDEX mode
Makefile => Makefile.ssl
e_os.h => include/openssl/e_os.h
e_os2.h => include/openssl/e_os2.h
making links in crypto...
Makefile => Makefile.ssl
crypto.h => ../include/openssl/crypto.h
tmdiff.h => ../include/openssl/tmdiff.h
opensslv.h => ../include/openssl/opensslv.h
opensslconf.h => ../include/openssl/opensslconf.h
ebcdic.h => ../include/openssl/ebcdic.h
Makefile => Makefile.ssl
making links in crypto/md2...
Makefile => Makefile.ssl
md2.h => ../../include/openssl/md2.h
md2test.c => ../../test/md2test.c
making links in crypto/md5...
Makefile => Makefile.ssl
md5.h => ../../include/openssl/md5.h
md5test.c => ../../test/md5test.c
md5.c => ../../apps/md5.c
making links in crypto/sha...
Makefile => Makefile.ssl
sha.h => ../../include/openssl/sha.h
shatest.c => ../../test/shatest.c
sha1test.c => ../../test/sha1test.c
making links in crypto/mdc2...
Makefile => Makefile.ssl
mdc2.h => ../../include/openssl/mdc2.h
mdc2test.c => ../../test/mdc2test.c
making links in crypto/hmac...
Makefile => Makefile.ssl
hmac.h => ../../include/openssl/hmac.h
hmactest.c => ../../test/hmactest.c
making links in crypto/ripemd...
Makefile => Makefile.ssl
ripemd.h => ../../include/openssl/ripemd.h
rmdtest.c => ../../test/rmdtest.c
rmd160.c => ../../apps/rmd160.c
making links in crypto/des...
Makefile => Makefile.ssl
asm/perlasm => ../../perlasm
des.h => ../../include/openssl/des.h
destest.c => ../../test/destest.c
making links in crypto/rc2...
Makefile => Makefile.ssl
rc2.h => ../../include/openssl/rc2.h
rc2test.c => ../../test/rc2test.c
making links in crypto/rc4...
Makefile => Makefile.ssl
rc4.h => ../../include/openssl/rc4.h
rc4test.c => ../../test/rc4test.c
making links in crypto/rc5...
Makefile => Makefile.ssl
rc5.h => ../../include/openssl/rc5.h
rc5test.c => ../../test/rc5test.c
making links in crypto/idea...
Makefile => Makefile.ssl
idea.h => ../../include/openssl/idea.h
ideatest.c => ../../test/ideatest.c
making links in crypto/bf...
Makefile => Makefile.ssl
blowfish.h => ../../include/openssl/blowfish.h
bftest.c => ../../test/bftest.c
making links in crypto/cast...
Makefile => Makefile.ssl
cast.h => ../../include/openssl/cast.h
casttest.c => ../../test/casttest.c
making links in crypto/bn...
Makefile => Makefile.ssl
bn.h => ../../include/openssl/bn.h
bntest.c => ../../test/bntest.c
exptest.c => ../../test/exptest.c
making links in crypto/rsa...
Makefile => Makefile.ssl
rsa.h => ../../include/openssl/rsa.h
rsa_oaep_test.c => ../../test/rsa_oaep_test.c
making links in crypto/dsa...
Makefile => Makefile.ssl
dsa.h => ../../include/openssl/dsa.h
dsatest.c => ../../test/dsatest.c
making links in crypto/dh...
Makefile => Makefile.ssl
dh.h => ../../include/openssl/dh.h
dhtest.c => ../../test/dhtest.c
making links in crypto/buffer...
Makefile => Makefile.ssl
buffer.h => ../../include/openssl/buffer.h
making links in crypto/bio...
Makefile => Makefile.ssl
bio.h => ../../include/openssl/bio.h
making links in crypto/stack...
Makefile => Makefile.ssl
stack.h => ../../include/openssl/stack.h
safestack.h => ../../include/openssl/safestack.h
making links in crypto/lhash...
Makefile => Makefile.ssl
lhash.h => ../../include/openssl/lhash.h
making links in crypto/rand...
Makefile => Makefile.ssl
rand.h => ../../include/openssl/rand.h
randtest.c => ../../test/randtest.c
making links in crypto/err...
Makefile => Makefile.ssl
err.h => ../../include/openssl/err.h
making links in crypto/objects...
Makefile => Makefile.ssl
objects.h => ../../include/openssl/objects.h
making links in crypto/evp...
Makefile => Makefile.ssl
evp.h => ../../include/openssl/evp.h
making links in crypto/asn1...
Makefile => Makefile.ssl
asn1.h => ../../include/openssl/asn1.h
asn1_mac.h => ../../include/openssl/asn1_mac.h
making links in crypto/pem...
Makefile => Makefile.ssl
pem.h => ../../include/openssl/pem.h
pem2.h => ../../include/openssl/pem2.h
making links in crypto/x509...
Makefile => Makefile.ssl
x509.h => ../../include/openssl/x509.h
x509_vfy.h => ../../include/openssl/x509_vfy.h
making links in crypto/x509v3...
Makefile => Makefile.ssl
x509v3.h => ../../include/openssl/x509v3.h
making links in crypto/conf...
Makefile => Makefile.ssl
conf.h => ../../include/openssl/conf.h
making links in crypto/txt_db...
Makefile => Makefile.ssl
txt_db.h => ../../include/openssl/txt_db.h
making links in crypto/pkcs7...
Makefile => Makefile.ssl
pkcs7.h => ../../include/openssl/pkcs7.h
making links in crypto/pkcs12...
Makefile => Makefile.ssl
pkcs12.h => ../../include/openssl/pkcs12.h
making links in crypto/comp...
Makefile => Makefile.ssl
comp.h => ../../include/openssl/comp.h
making links in ssl...
Makefile => Makefile.ssl
ssl.h => ../include/openssl/ssl.h
ssl2.h => ../include/openssl/ssl2.h
ssl3.h => ../include/openssl/ssl3.h
ssl23.h => ../include/openssl/ssl23.h
tls1.h => ../include/openssl/tls1.h
ssltest.c => ../test/ssltest.c
making links in rsaref...
Makefile => Makefile.ssl
rsaref.h => ../include/openssl/rsaref.h
making links in apps...
Makefile => Makefile.ssl
making links in test...
Makefile => Makefile.ssl
making links in tools...
Makefile => Makefile.ssl
NOTE: The OpenSSL header files have been moved from include/*.h
to include/openssl/*.h. To include OpenSSL header files, now
directives of the form
#include <openssl/foo.h>
should be used instead of #include <foo.h>.
These new file locations allow installing the OpenSSL header
files in /usr/local/include/openssl/ and should help avoid
conflicts with other libraries.
To compile programs that use the old form <foo.h>,
usually an additional compiler option will suffice: E.g., add
-I/usr/local/ssl/include/openssl
or
-I/u/src/imapd_ssl/openssl-0.9.4/include/openssl
to the CFLAGS in the Makefile of the program that you want to compile
(and leave all the original -I...'s in place!).
Please make sure that no old OpenSSL header files are around:
The include directory should now be empty except for the openssl
subdirectory.
rootNT5#
rootNT5#
rootNT5#
rootNT5#
rootNT5#
rootNT5# make
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 -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 -O3 -fomit-frame-pointer -m486
-Wall -DL_ENDIAN -c cryptlib.c
/usr/local/i386-pc-solaris2.7/bin/as: option `-s' is ambiguous
*** Error code 1
make: Fatal error: Command failed for target `cryptlib.o'
Current working directory /u/src/imapd_ssl/openssl-0.9.4/crypto
*** Error code 1
make: Fatal error: Command failed for target `all'
rootNT5#
rootNT5#
rootNT5#
rootNT5# ^D
script done on Wed Dec 08 03:13:07 1999
script done on Wed Dec 08 03:13:07 1999