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 search path


On Wed, Nov 12, 2003 at 07:41:20PM +0000, Chris Croswhite wrote:
> Hello.
> 
> I need some help with search paths and ld.  I am passing from gcc to ld
> (2.14)
> -Wl,-nostdlib -Wl,-rpath-link=/opt/RH72-BUILD-PKGS/GLIBC-2.2.4-IMAGE/lib
> 
> This done because my system is based on a newer glibc than what I need
> the executable built with.
> 
> When the executable goes to link, ld links against /usr/lib so which is
> not what I want.  How, can explicitly make ld just search the path I
> have provided?
> 
> TIA,

-rpath-link and -L are orthogonal options; you probably need both.

-- 
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]