On Jul 2, 2003, "Ajay Bansal" <Ajay_Bansal@xxxxxxxxxxx> 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