Re: Shared library linking with external static libraries.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



FloofLeBo <bluswedshooz@xxxxxxxx> writes:

> Nevertheles a new problem appeared. One of the external libraries i use now
> causes ld to segfault. How can  I debug that ? It's one of the biggest
> external libs I use, and I think I use < 20% of it ...

Certainly a segfault in ld is a bug in ld.  If you can provide the
object, you can report a bug at http://sourceware.org/bugzilla/ .
Otherwise your first step is going to be to run gcc -Wl,-debug
--save-temps to see precisely how ld is being run, and then run ld under
a debugger.  Well, actually, the first step would be to make sure that
you are using the most recent GNU binutils release, in case the bug has
already been fixed.

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux