This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Shared library linking problem.
- To: pcg at goof dot com (Marc Lehmann)
- Subject: Re: Shared library linking problem.
- From: hjl at lucon dot org (H.J. Lu)
- Date: Tue, 28 Oct 1997 18:44:08 -0800 (PST)
- Cc: egcs at cygnus dot com
>
> >
> >I heard this once with Qt. Which glibc 2 are you using? I have
> >no problem with the slightly older glibc 2.1 on x86 and glibc
> >2.0.5c on alpha.
>
> I had this with qt, too, but now I have this with qt, kde, and many other
> shared libs..
>
> The reason is a R_386_PLT32 relocation record in the shared library, which
> is caused by a PLT reference (like _._Array@PLT) in the code (maybe
> it wasn'T resolved on linking or whatever).
>
Can you tell me how I can reproduce it?
H.J.