libtool
[Top][All Lists]
Advanced

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

Does libtool know how to deal with libgcc.a%s?


From: H . J . Lu
Subject: Does libtool know how to deal with libgcc.a%s?
Date: Fri, 7 Sep 2001 21:27:33 -0700
User-agent: Mutt/1.2.5i

On Fri, Sep 07, 2001 at 09:19:08PM -0700, H . J . Lu wrote:
> On Sat, Sep 08, 2001 at 12:14:49AM -0400, Jack Howarth wrote:
> > address@hidden:~$ gcc -v
> > Reading specs from /usr/lib/gcc-lib/powerpc-linux/2.95.4/specs
> > gcc version 2.95.4 20010902 (Debian prerelease)
> > 
> > *libgcc:
> > libgcc.a%s
> > 
> 
> It looks like gcc is ok and libtool is broken. Please try to change to
> 
> *libgcc:
> -lgcc
> 
> in /usr/lib/gcc-lib/powerpc-linux/2.95.4/specs. libtool may not know
> how to deal with libgcc.a%s. On the other hand, I don't know why ppc
> uses `libgcc.a%s' instead of `-lgcc' to begin with.
> 

Gcc on some platforms uses `libgcc.a%s' instead of `-lgcc'. Does
libtool know how to deal with libgcc.a%s? It seems that libtool
drops `libgcc.a%s' for the linking.


H.J.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]