bug-glibc
[Top][All Lists]
Advanced

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

Re: Toolchain on ppc64


From: Alan Modra
Subject: Re: Toolchain on ppc64
Date: Tue, 15 Jul 2003 18:04:44 +0930
User-agent: Mutt/1.4i

On Tue, Jul 15, 2003 at 12:51:00PM +0530, VAKKALANKA RAO Sridhar wrote:
> > Can I have a look at your shlib.lds?
> 
> Here is the file. Thanks again.

Hmm, notice what is at line 103

 .opd           ALIGN/opt/ppc64/bin/ld: cannot open crti.o: No such file or dir
(8) : { KEEP (*(.opd)) }

This indicates an interesting little build problem with current glibc,
as it would appear that you can't build a shared glibc without already
having glibc installed (crti.o is part of glibc).  A likely workaround
is to first build glibc with --disable-shared, install, then rebuild.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre




reply via email to

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