gcc 3.2 on Solaris 8 (libgcc_s.so problem)
Bernd Jendrissek
berndj@prism.co.za
Wed Aug 21 03:16:00 GMT 2002
On Tue, Aug 20, 2002 at 10:35:26AM -0500, Anthony Feick wrote:
> Are you sure these are the 32 bit libraries? I tried just moving them into
> local/lib, but libgcc_s.so.1 segfaults instantly.
[snip]
> (gdb) bt
> #0 __register_frame_info_bases (begin=0xff2b0000, ob=0xff2b0000, tbase=0x0,
> dbase=0x0)
> at ../../gcc-3.2/gcc/unwind-dw2-fde.c:83
> #1 0xff2b16c8 in frame_dummy () from /users/afeick/local/lib/libgcc_s.so.1
> #2 0xff2b15b0 in _init () from /users/afeick/local/lib/libgcc_s.so.1
IOW very early in libgcc_s.so.1
A while back I almost lost my mind trying to figure out why my libgcc_s.so.1
segfaulted instantly (actually, anything compiled with the newly compiled
gcc-3.0.4).
It turns out that while installing the compiler, I had stripped crtstuff.
bernd
More information about the Gcc
mailing list