This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: The Linux binutils 2.14.90.0.3 is released
- From: "H. J. Lu" <hjl at lucon dot org>
- To: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- Cc: aj at suse dot de, binutils at sources dot redhat dot com
- Date: Fri, 23 May 2003 22:29:41 -0700
- Subject: Re: The Linux binutils 2.14.90.0.3 is released
- References: <200305240315.XAA28678@bromo.msbb.uc.edu> <20030523215320.A12972@lucon.org>
On Fri, May 23, 2003 at 09:53:20PM -0700, H. J. Lu wrote:
> On Fri, May 23, 2003 at 11:15:52PM -0400, Jack Howarth wrote:
> > HJ,
> > I seem to be running into some difficulty building a usable
> > binutils 2.14.90.0.3 under debian ppc sid. While I can do
> > build which passes make check when installed the binutils is
> > broken and won't let gcc compile because...
> >
> > ldd ./libopcodes-2.14.90.0.3.so libbfd-2.14.90.0.2.so => not found
> > libc.so.6 => /lib/libc.so.6 (0x0fe80000)
> > /lib/ld.so.1 => /lib/ld.so.1 (0x08000000)
> >
>
> It may be caused by
>
> http://sources.redhat.com/ml/binutils/2003-05/msg00424.html
>
> I will look into it after I come back from gcc summit.
>
It is caused by libtool. I will put a workaround in the Linux binutils
next week.
H.J.