Hi
sorry for the newbie question, but when I run make, I get the following:
making all in crypto...
make[1]: Entering directory `/tmp/openssl-0.9.6/crypto'
( echo "#ifndef MK1MF_BUILD"; \
echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */";
\
echo " #define CFLAGS
\"gcc -DTHREADS -D_REENTRANT -DB_ENDIAN -DTERMIO -O3 -fom
it-frame-pointer -Wall\""; \
echo " #define PLATFORM \"linux-sparcv7\""; \
echo " #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
gcc -I. -I../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DTERMIO -O3 -fomit-f
rame
-pointer -Wall -c -o cryptlib.o cryptlib.c
In file included from /usr/include/errno.h:36,
from ../include/openssl/err.h:90,
from cryptlib.h:70,
from cryptlib.c:61:
/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
make[1]: *** [cryptlib.o] Error 1
make[1]: Leaving directory `/tmp/openssl-0.9.6/crypto'
make: *** [all] Error 1
Can anyone point me in the right direction? I've tried doing a
./config -no-asm, but that didn't seem to work any better.
Thanks,
Bryan
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]