What is going on with library load

Dear Rooters,

I work with ROOT 5.16 under RedHat Server on the new 4 kernels Intell processor. I used dynamic libraries many times with ROOT under Linux (mainly Fedora) and Windows XP. But now when the command gSystem->Load(“libASymMatrix.so”) is executed the strange error arise:

Load Error: Failed to load Dynamic link library libGX11TTF.so: undefined symbol: _ZN3TTF8fgGlyphsE
and lot of lines after this.

What does it mean. Is it a problem of ROOT configuration?
The file used for ROOT configuration is attached. The library libASymMatrix.so was used by the code creating the object and saving it in the root file. Now when I tried to work with it in by dialog the described error arose. The makefile used for libraty creation is attached also.

Any recomendation would be helpful.

Andrey
Thanks in advance,

P.S.
It works if root is started with option -b
Makefile.txt (789 Bytes)
a516qt.txt (711 Bytes)

Maybe this help root.cern.ch/phpBB2/viewtopic.php?t=5355

Jan

Hello Jan,

Many thanks. It’s an excellent reference and it has helped me.

Andrey