libCore.so and libCint.so error

Hi, I’m a complete newbie to linux and root. I was trying to compile this modeules for geant4 which uses root libraries such as lPhysics, lGraf3d, lPostscript, but when I install all of them, I still get the following error:

Using global libraries ...
Linking ShortBaseline_v1_01
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libCore.so: undefined reference to symbol 'G__defined_typename'
/usr/lib/x86_64-linux-gnu/libCint.so: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make: *** [/home/lionmagnus/Downloads/G4WORK/bin/Linux-g++/ShortBaseline_v1_01] Error 1

I couldn’t find any solution elsewhere, any help will be appreciated.

Hi,

it is not clear from the post what are you trying to achieve.
I might guess that you are missing the proper LD_LIBRARY_PATH setup.

Danilo