This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc 2.95.2 / binutils 2.9.5.0.42 / shared libraries problem


> I would appreciate if anybody has any suggestions for the following
> problem.

This looks like a linker problem, not a compiler problem - the
compiler is not responsible for putting relocations into shared
objects. Try a different linker, report the problem to the authors of
the linker you use, or try to understand the error in the shared
object in more detail, using tools such as objdump or readelf.

Regards,
Martin

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]