This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC Release Delay
On Sun, Jun 17, 2001 at 09:13:41PM -0300, Alexandre Oliva wrote:
> On Jun 17, 2001, "H . J . Lu" <hjl@lucon.org> wrote:
>
> > I have no ideas with libtool passes -lc to gcc.
>
> Probably because some of the libraries being linked in were explicitly
> or implicitly linked with -lc.
Most if not all DSOs under Linux are linked with -lc. Otherwise, symbol
versioning won't work. But libtool shouldn't pass -lc to gcc unless it
knows exactly what it is doing.
H.J.