Re: opening a shared object / failing with Undefined Symbol.

2011-03-29 Thread Jim
On Sat, Mar 26, 2011 at 11:31 PM, Giorgos Keramidas wrote: > On Tue, Mar 22, 2011 at 2:28 PM, Jim wrote: >> I have an application that opens two .so files with dlopen(3): >>  /usr/local/lib/libag_core.so >>  /usr/local/lib/libag_gui.so >> >> Both files exist >> Running nm(1) against each produces

Re: opening a shared object / failing with Undefined Symbol.

2011-03-26 Thread Giorgos Keramidas
On Tue, Mar 22, 2011 at 2:28 PM, Jim wrote: > I have an application that opens two .so files with dlopen(3): >  /usr/local/lib/libag_core.so >  /usr/local/lib/libag_gui.so > > Both files exist > Running nm(1) against each produces a lot of output, showing all the > symbols I know to exist in each

opening a shared object / failing with Undefined Symbol.

2011-03-22 Thread Jim
I have an application that opens two .so files with dlopen(3): /usr/local/lib/libag_core.so /usr/local/lib/libag_gui.so Both files exist Running nm(1) against each produces a lot of output, showing all the symbols I know to exist in each library. My application gets a null return from dlopen