This Error Report that I've make from 'make report'
command
__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/
OpenSSL self-test report:
OpenSSL version: 0.9.5a
Last change: Make sure _lrotl and _lrotr are only used with MSVC....
Options: --prefix=/usr/local --openssldir=/usr/local/ssl no-asm
OS (uname): Linux dowise.com 2.2.14-5.0 #1 Tue Mar 7 21:07:39 EST 2000 i686
unknown
OS (config): i686-whatever-linux2
Target (default): linux-elf
Target: linux-elf
Compiler: gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
Failure!
-----------------------------------------------------------------------------
make[1]: Entering directory `/openssl-0.9.5a'
making all in crypto...
make[2]: Entering directory `/openssl-0.9.5a/crypto'
gcc -I. -I../include -DTHREADS -D_REENTRANT -DNO_ASM -DL_ENDIAN -DTERMIO -O3
-fomit-frame-pointer -m486 -Wall -c -o cryptlib.o cryptlib.c
In file included from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from ../include/openssl/err.h:82,
from cryptlib.h:74,
from cryptlib.c:61:
/usr/include/linux/errno.h:4: asm/errno.h: No such file or directory
make[2]: *** [cryptlib.o] Error 1
make[2]: Leaving directory `/openssl-0.9.5a/crypto'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/openssl-0.9.5a'
-----------------------------------------------------------------------------
make[1]: Entering directory `/openssl-0.9.5a'
testing...
make[2]: Entering directory `/openssl-0.9.5a/test'
gcc -I../include -DTHREADS -D_REENTRANT -DNO_ASM -DL_ENDIAN -DTERMIO -O3
-fomit-frame-pointer -m486 -Wall -c -o bntest.o bntest.c
In file included from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from ../include/openssl/err.h:82,
from bntest.c:69:
/usr/include/linux/errno.h:4: asm/errno.h: No such file or directory
make[2]: *** [bntest.o] Error 1
make[2]: Leaving directory `/openssl-0.9.5a/test'
make[1]: *** [tests] Error 2
make[1]: Leaving directory `/openssl-0.9.5a'
-----------------------------------------------------------------------------