Compiling an external exe, I am getting an error in the linkage stage,
basically saying that helper can not see misc:
/usr/bin/ld: warning: libimp_misc.so, needed by /viola1/home/kerenl/
bioinformatics/projects/imp/build/lib/libi\
mp_helper.so, not found (try using -rpath or -rpath-link)
/viola1/home/kerenl/bioinformatics/projects/imp/build/lib/
libimp_helper.so: undefined reference to `IMP::misc:\
:get_module_version_info()'
/viola1/home/kerenl/bioinformatics/projects/imp/build/lib/
libimp_helper.so: undefined reference to `IMP::misc:\
:LowestRefinedPairScore::LowestRefinedPairScore(IMP::Refiner*,
IMP::PairScore*)'
collect2: ld returned 1 exit status
scons: *** [bin/clustering_coefficient] Error 1
I tried changing the dependency order in the SCons files, but did not
succeed - can someone help ?