This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Weird seg fault at configure time (in linker eh_frame optimizations)
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Cc: Jakub Jelinek <jakub at redhat dot com>
- Date: Mon, 06 May 2002 01:13:48 +0200
- Subject: Weird seg fault at configure time (in linker eh_frame optimizations)
Hi,
recently the following message started appearing for 3.1 on my
i686-pc-linux-gnu (binutils2.12) box:
checking whether linker eh_frame optimizations work properly...
../../gcc-3_1-branch/gcc/gcc/configure: line 7813: 10798 Segmentation
fault $gcc_cv_ld --eh-frame-hdr -shared -o conftest.so conftest.o
1>&5 2>&1
no
OTOH, this does not happen for 3.2:
checking assembler hidden support...
../../Sandbox-head/gcc/gcc/configure: test: 0GNU ld version 2.12:
integer expression expected
yes
Is this the expected behaviour? Has it to do with some recent commits
from Jakub (Jelinek)?
Thanks,
Paolo.