Hi,
I've been trying to install openssl on SuSE 7.0 on an IBM S/390 mainframe
computer. I've succeeded but I had to tweak the Makefile.
But first the info you requested:
- Self-test report generated by 'make report':
OpenSSL self-test report:
OpenSSL version: 0.9.5a
Last change: Make sure _lrotl and _lrotr are only used with MSVC....
Options: no-asm
OS (uname): Linux linux2 2.2.16 #1 SMP Wed Nov 8 10:57:03 GMT 2000
s390 unknown
OS (config): s390-whatever-linux2
Target (default): linux-elf
Target: linux-elf
Compiler: gcc version 2.95.2 19991024 (release)
Test passed.
----------------------------------------------------------------------------
-
- Problem Description (steps that will reproduce the problem, if known)
./config no-asm
make -> give errors about -m486:
gcc -I. -I../include -DTHREADS -D_REENTRANT -DNO_ASM -DL_ENDIAN -DTERMIO -O3
-fomit-frame-pointer -m486 -Wall -c -o cryptlib.o cryptlib.c
cc1: Invalid option `486'
make[1]: *** [cryptlib.o] Error 1
make[1]: Leaving directory `/installation/openssl-0.9.5a/crypto'
To correct, run config then modify Makefile to change the CFLAG line to
remove -m486 and change -DL_ENDIAN to -DB_ENDIAN.
"make" and "make test" will then be OK.
NB: I've tested it with 0.9.6 and it didn't behave better.
Thanks!
Denis Beauchemin, analyste
Service des Technologies de l'Information
Université de Sherbrooke
T: 819.821.8000.2252 F: 819.821.8045
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]