This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Default path for dynamic linker


On Mon, Sep 09, 2002 at 11:50:52PM +0200, Robert Schwebel wrote:
> On Mon, Sep 09, 2002 at 05:44:37PM -0400, Daniel Jacobowitz wrote:
> > Look in /usr/local/arm-linux/usr/lib/libc.so. It should be a text
> > file...
> 
> I'm still blocked... You mean I should change libc.so to something like
> 
>   GROUP ( libc-2.2.5.so )
> 
> ? 
> 
> Doesn't have any effect on the ld run. 

It should.  I use:
GROUP ( libc.so.6 libc_nonshared.a )
which is presumably what you want.

  Check SEARCH_DIR settings for your linker if that isn't working.  You
may also need to specify -rpath-link, depending...  What you really
want is --with-sysroot, but that hasn't gone into gcc or been ported to
binutils yet.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]