"test BN_sqr
make[2]: *** [test_bn] Error 139"
occurs for rule linux-elf, but not linux-generic32 (tests OK).
cat /etc/redhat-release
Red Hat Linux release 7.2 (Enigma)
uname -a
Linux _hostname_censored_ 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT
2001 i686 unknown
rpm -q binutils gcc gcc3 glibc
binutils-2.11.90.0.8-12
gcc-2.96-112.7.2
gcc3-3.0.4-1
glibc-2.2.4-33
./config -t
Operating system: i686-whatever-linux2
Configuring for linux-elf
/usr/bin/perl ./Configure linux-elf -mcpu=pentium
BREAKS:
./config && make clean all test
BREAKS:
./config
vi Makefile, change CC= gcc to CC= gcc3
make clean all test
TESTS OK:
./Configure linux-generic32 && make clean all test
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]