This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: ld doesn't check for ld.so.1 in /lib


Robert Millan <zeratul2@wanadoo.es> writes:

> It seems that ld is looking for ld.so.1 in /usr/lib and in /usr/local/lib,
> but not in /lib (which is the real location of ld.so.1).
> 
> Any tips on which part of the ld code determines the directories to check for?
> I'm confused by the many references to /usr/lib and /usr/local/lib in src/ld.

This should be set by NATIVE_LIB_DIRS in ld/configure.tgt.  The
default does include /lib, though.

Ian


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