undefined symbols

From: Justin Findlay <jfindlay_at_gmail.com>
Date: Wed, 8 Oct 2008 14:39:08 -0600


I'm trying to load a preexisting library into root, but I'm getting the following error:

root [0] gSystem->Load("libDst");
dlopen error: /home/findlay/src/croot/lib/libDst.so: undefined symbol: _ZNK9TDataBank5TDumpEPKc
Load Error: Failed to load Dynamic link library /home/findlay/src/croot/lib/libDst.so

I am unsure how to resolve this. The undefined symbol refers to another library in the same source tree. Do I need to add some compiler or linker flags, or manually account for all symbols used in the shared library somehow?

Justin Received on Wed Oct 08 2008 - 22:39:15 CEST

This archive was generated by hypermail 2.2.0 : Fri Oct 10 2008 - 23:50:02 CEST