I'm trying to install openssl on freebsd 3.3
I configured  as $ ./Configure FreeBSD threads
and when i tried $ make , The following error occured .....
 

making all in crypto...

( echo "#ifndef MK1MF_BUILD"; echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; echo " #define CFLAGS \"gcc -DTHREADS -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM\""; echo " #define PLATFORM \"FreeBSD-elf\""; echo " #define DATE \"`date`\""; echo "#endif" ) >buildinf.h

gcc -I. -I../include -DTHREADS -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c cryptlib.c

*** Error code 1

Stop.

*** Error code 1

Stop.

Reply via email to