Hi,

Wonder if anyone can shed any light on why my compile fails on RedHat 8,
using gcc 3.2.

Here's the output:

[EMAIL PROTECTED] crypto51]$ gmake all
g++ -g -pipe -c 3way.cpp
g++ -g -pipe -c adler32.cpp
g++ -g -pipe -c algebra.cpp
g++ -g -pipe -c algparam.cpp
g++ -g -pipe -c arc4.cpp
g++ -g -pipe -c asn.cpp
g++ -g -pipe -c base64.cpp
g++ -g -pipe -c basecode.cpp
g++ -g -pipe -c bfinit.cpp
g++ -g -pipe -c blowfish.cpp
g++ -g -pipe -c blumshub.cpp
g++ -g -pipe -c cast.cpp
g++ -g -pipe -c casts.cpp
g++ -g -pipe -c channels.cpp
g++ -g -pipe -c crc.cpp
g++ -g -pipe -c cryptest.cpp
g++ -g -pipe -c cryptlib.cpp
g++ -g -pipe -c default.cpp
g++ -g -pipe -c des.cpp
g++ -g -pipe -c dessp.cpp
g++ -g -pipe -c dh2.cpp
g++ -g -pipe -c dh.cpp
g++ -g -pipe -c diamond.cpp
g++ -g -pipe -c diamondt.cpp
g++ -g -pipe -c dsa.cpp
g++ -g -pipe -c ec2n.cpp
g++ -g -pipe -c eccrypto.cpp
eccrypto.cpp: In function `void CryptoPP::ECDSA_TestInstantiations()':
eccrypto.cpp:22: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
gmake: *** [eccrypto.o] Error 1
[EMAIL PROTECTED] crypto51]$


And some info on my setup: 

[EMAIL PROTECTED] crypto51]$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --host=i386-redhat-linux --with-system-zlib
--enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)

[EMAIL PROTECTED] crypto51]$ uname -a
Linux talus 2.4.18-27.8.0 #1 Fri Mar 14 06:45:49 EST 2003 i686 i686 i386
GNU/Linux


Help, much appreciated. (I'm fairly new to C++ by the way - a Java bod
usually)

Sean

-- 
Dr. Sean Radford, MBBS, MSc
<[EMAIL PROTECTED]>
Blade Systems

Reply via email to