On Fri, May 03, 2002 at 10:01:52PM +0200, Axel H. Siebenwirth wrote:
> unfortunately openssl-0.9.6d-beta1 won?t compile on my system. I have this
> strange feeling that it?s because of my gcc:
> 
> Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
> Configured with: /usr/local/src/gcc/gcc_3.1.x/configure
> --enable-languages=c,c++Thread model: single
> gcc version 3.1 20020429 (prerelease)
> 
> When linking openssl, the linker stops with an error:
> 
> gcc -o openssl -DMONOLITH -I../include -fPIC -DTHREADS -D_REENTRANT
> -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
> -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM openssl.o verify.o asn1pars.o
> req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o
> crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o x509.o genrsa.o gendsa.o
> s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o
> version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o spkac.o smime.o rand.o
> -L.. -lssl -L.. -lcrypto -ldl
> collect2: ld terminated with signal 11 [Segmentation fault], core dumped
> make[2]: *** [openssl] Error 1

This definitely is a problem with your build tools. You seem to be
using gnu-ld (from binutils!?) and it is failing.

> If it?s really gcc 3.1 that?s causing the problem, can someone tell me if it
> might work with 3.0.x?

We did not have reports about failures using gcc-3.0.x.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to