Re: specifying -rpath-link in Makefile.am

2008-02-04 Thread Mihaela Vitalariu
Yes, thank you, libtool is great! On Fri, Feb 1, 2008 at 9:35 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > * Simbasaurus wrote on Fri, Feb 01, 2008 at 11:04:39AM CET: > > > > libmylib2.so depends on libmylib1.so, and main depends on libmylib2.so > > > > The Makefile.am in myproject/src/lib2 i

Re: specifying -rpath-link in Makefile.am

2008-02-01 Thread Ralf Wildenhues
* Simbasaurus wrote on Fri, Feb 01, 2008 at 11:04:39AM CET: > > libmylib2.so depends on libmylib1.so, and main depends on libmylib2.so > > The Makefile.am in myproject/src/lib2 is : > > bin_PROGRAMS = libmylib2.so > libmylib2_so_SOURCES = s2.cpp > > libmylib2_so_CXXFLAGS = -shared -fPIC -Wall -

specifying -rpath-link in Makefile.am

2008-02-01 Thread Simbasaurus
And also the symbols from libmylib1.so are undefined when i try to build main. Does anyone have an insight regarding this situation? Thank you for your help, Simbasaurus -- View this message in context: http://www.nabble.com/specifying--rpath-link-in-Makefile.am-tp15223377p15223377.html Sent fro