linking error [message #15591] |
Wed, 23 October 2013 10:03 |
Karoly Makonyi
Messages: 10 Registered: July 2013 Location: Stockholm
|
occasional visitor |
From: *fysik.su.se
|
|
I made a improved version (for my need) of the emc_complete.C macro and I tried to compile it.
I can do it, but when I try to link the code with the
libSttMvdTracking I got a linking error:
/usr/local/src/GSISOFT/PandaRoot/BuildPanda/lib/libSttMvdTracking.so: undefined reference to `PndSecondaryTrackFinder::WriteHistograms()'
/usr/local/src/GSISOFT/PandaRoot/BuildPanda/lib/libSttMvdTracking.so: undefined reference to `PndMixBackgroundEvents::WriteHistograms()'
When I checking the codes actually it looks real:
The header files declare the WriteHistograms() non-virtual functions but there is nothing in the cxx files ...
Was it intended be like this?
Regards,
k.
|
|
|
|
|
|