I'm rather new to unix - any help with this error would be appreciated -Ben Allen make error in ssl 0.9.5a # ./config --prefix=/usr --openssldir=/usr/openssl returned no errors but below is the make error # make making all in crypto... make[1]: Entering directory `/openssl-0.9.5a/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 -DNO_INLINE_ASM -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 -DNO_INLINE_ASM -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o cryptlib.o cryptlib.c gcc -I. -I../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o mem.o mem.c gcc -I. -I../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o mem_dbg.o mem_dbg.c gcc -I. -I../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o cversion.o cversion.c gcc -I. -I../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o ex_data.o ex_data.c gcc -I. -I../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o tmdiff.o tmdiff.c gcc -I. -I../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o cpt_err.o cpt_err.c gcc -I. -I../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o ebcdic.o ebcdic.c ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o ar: creating ../libcrypto.a true ../libcrypto.a making all in crypto/md2... make[2]: Entering directory `/openssl-0.9.5a/crypto/md2' gcc -I.. -I../../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o md2_dgst.o md2_dgst.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o md2_one.o md2_one.c ar r ../../libcrypto.a md2_dgst.o md2_one.o true ../../libcrypto.a make[2]: Leaving directory `/openssl-0.9.5a/crypto/md2' making all in crypto/md5... make[2]: Entering directory `/openssl-0.9.5a/crypto/md5' gcc -I.. -I../../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o md5_dgst.o md5_dgst.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o md5_one.o md5_one.c (cd asm; /usr/bin/perl md5-586.pl cpp >mx86unix.cpp) gcc -E -DSOL asm/mx86unix.cpp | sed 's/^#.*//' > asm/mx86-sol.s as -o asm/mx86-sol.o asm/mx86-sol.s make[2]: as: Command not found make[2]: *** [asm/mx86-sol.o] Error 127 make[2]: Leaving directory `/openssl-0.9.5a/crypto/md5' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/openssl-0.9.5a/crypto' make: *** [all] Error 1 ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
