This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Bug
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Bug
- From: Bob Bomar <bulldog at flyawaycentral dot com>
- Date: Mon, 22 Oct 2001 23:03:29 -0500
I am installing OpenSSL 0.9.6b engine and OpenSSL 0.9.6b . When I do
make, I get these errors, which when i looked at your site, they said
that they are bugs, so I am reproting them to you.
Make of openSSL 0.9.6b engine
Fly# make
+ rm -f libcrypto
+ rm -f libssl
making all in crypto...
( echo "#ifndef MK1MF_BUILD"; echo " /* auto-generated by
crypto/Makefile.ssl for crypto/cversion.c */"; echo " #define CFLAGS
\"gcc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
-DSHA1_ASM -DMD5_ASM -DRMD160_ASM\""; echo " #define PLATFORM
\"FreeBSD\""; echo " #define DATE \"`date`\""; echo "#endif" )
>buildinf.h
gcc -I. -I../include -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486
-Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c cryptlib.c
gcc: Internal compiler error: program cc1 got fatal signal 11
*** Error code 1
Stop in /usr/local/openssl-engine-0.9.6b/crypto.
*** Error code 1
Stop in /usr/local/openssl-engine-0.9.6b.
Fly#
make os openSSL 0.9.6b
making all in crypto/objects...
gcc -I.. -I../../include -fPIC -DDSO_DLFCN -DHAVE_DLFCN_H -DTERMIOS
-DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall -DSHA1_ASM -DMD5_ASM
-DRMD160_ASM -c obj_dat.c
gcc: Internal compiler error: program cc1 got fatal signal 11
*** Error code 1
Stop in /usr/local/openssl-0.9.6b/crypto/objects.
*** Error code 1
Stop in /usr/local/openssl-0.9.6b/crypto.
*** Error code 1
Stop in /usr/local/openssl-0.9.6b.
Here is gcc -v:
Fly# gcc -v
Using builtin specs.
gcc version 2.95.3 [FreeBSD] 20010315 (release)
Fly#
uname -a:
Fly# uname -a
FreeBSD Fly.flyawaycentral.com 4.3-RELEASE FreeBSD 4.3-RELEASE #9: Mon
Oct 1 18:21:18 CDT 2001
bob@flyawaycentral.com:/usr/src/sys/compile/Fly i386
I hope that this helps
Bob