Problem with ROOT 5.19

Hi all!

I just upgraded to the current ROOT release (5.19). When I try to start my program, i get the following error message:

But the libs I bind are found, ldd on the program returns:

[quote]> ldd mexSaveRoot.mexglx

libCore.so => …/libCore.so (0xb78bd000)
libCint.so => …/libCint.so (0xb72ec000)
libRIO.so => …/libRIO.so (0xb7192000)
libMatrix.so => …/libMatrix.so (0xb6f4d000)

[/quote]

If I switch back to my old ROOT 5.16, everything works fine.

Any ideas? Thanks for your answers.
Kind regards. Johannes.

Hi,

you need to link now also with the libMathCore library, add -lMathCore to yor linking options (or use root-config --libs).

Lorenzo

Oh yes, thx.

These fast answers are very nice. I like this board :smiley: