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


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

You could also use a --with-sysroot toolchain to build a cross compiler
for the exact setup you want to target.

-eric

-- 
Eric Christopher <echristo@redhat.com>


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