g++, RH 2.1 and rpath

Alexandre Oliva aoliva@redhat.com
Wed Jul 2 15:20:00 GMT 2003


On Jul  2, 2003, "Ajay Bansal" <Ajay_Bansal@infosys.com> wrote:

> /usr/bin/ld: warning: liblib2.so, needed by
> /home/thirdparty/lib/liblib1.so, not found (try using -rpath or
> -rpath-link)

> So I use rpath. But then I get following error

-rpath, as you found out, is a flag to the linker, not to the
compiler.  You can get the compiler to pass flags to the linker using
the -Wl, option: -Wl,-rpath,/home/thirdparty/lib, or -Xlinker -rpath
-Xlinker /home/thirdparth/lib.

BTW, what's RH 2.1?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer



More information about the Gcc-help mailing list