Release: 1.2.1
Environment
Slackware 8.0 running on an Alpha EV67 processor, Linux 2.2.19, gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
Description
Compilation fails with a signal 11 when trying to compile GPG. Below is the output of the make, I can reproduce this on my system if additional information is needed.
source='passphrase.c' object='passphrase.o' libtool=no \
depfile='.deps/passphrase.Po' tmpdepfile='.deps/passphrase.TPo' \
depmode=gcc /bin/sh ../scripts/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -O2 -Wall -c test -f 'passphrase.c' || echo './'passphrase.c
gcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: * [passphrase.o] Error 1
make[2]: Leaving directory `/home/gideon/gnupg-1.2.1/g10'
make[1]: * [all-recursive] Error 1
make[1]: Leaving directory `/home/gideon/gnupg-1.2.1'
make: *** [all] Error 2
How To Repeat
On my system I ran ./configure && make
This is more a problem with egcs than GnuPG. What happens if you remove the -O2? That sometimes can resolve this problem.
Fix
Unknown