Print

Print


Hi, all!

The build goes OK up until the executables are generated.

g++ -g gEvGen.o -L/home/niki/depot/main/genie-2.4.2/lib -lGAlgorithm -lGBaryonResonance -lGBase -lGBodekYang -lGCharm -lGCrossSections -lGDecay -lGElas -lGHEP -lGEVGCore -lGEVGModules -lGEVGDrivers -lGHadronTransp -lGFragmentation -lGInteraction -lGLlewellynSmith -lGMessenger -lGNuE -lGNtuple -lGNuclear -lGNumerical -lGPartonModel -lGPDG -lGPDF -lGRadiative -lGRegistry -lGReinSeghal -lGReWeight -lGUtils -lGGeo -lGFluxDrivers -lGMuELoss  -L/usr/lib/root -lCore -lCint -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -lGui -pthread -lm -ldl -rdynamic -lMinuit -lGeom -lEG -lEGPythia6 -L/usr/lib -lPythia6   -L/usr/lib -lLHAPDF -lg2c -L/usr/lib -lxml2 -L/usr/lib -llog4cpp  -lnsl  -L/usr/lib/cernlib/2006/lib  -lkernlib -lmathlib -lpacklib -lg2c -o /home/niki/depot/main/genie-2.4.2/bin/gevgen
/usr/bin/ld: cannot find -lGBaryonResonance

The library libGBaryonResonance is indeed missing from $GENIE/lib.

Earlier in the make log I have:

g++ -c  -Wall -fPIC  -O2   -Wno-strict-aliasing -ffriend-injection -I/usr/include/root -I/usr/include/libxml2  -I/usr/include -I/home/niki/depot/main/genie-2.4.2/src/ -I/home/niki/depot/main/genie-2.4.2/src/NuValidator/  BaryonResDataPDG.cxx
In file included from /home/niki/depot/main/genie-2.4.2/src/Algorithm/Algorithm.h:28,
                 from /home/niki/depot/main/genie-2.4.2/src/BaryonResonance/BaryonResDataSetI.h:25,
                 from /home/niki/depot/main/genie-2.4.2/src/BaryonResonance/BaryonResDataPDG.h:27,
                 from BaryonResDataPDG.cxx:18:
/home/niki/depot/main/genie-2.4.2/src/Algorithm/AlgStatus.h: In static member function ‘static char* genie::AlgStatus::AsString(genie::AlgStatus_t)’:
/home/niki/depot/main/genie-2.4.2/src/Algorithm/AlgStatus.h:43: warning: deprecated conversion from string constant to ‘char*’
/home/niki/depot/main/genie-2.4.2/src/Algorithm/AlgStatus.h:44: warning: deprecated conversion from string constant to ‘char*’
/home/niki/depot/main/genie-2.4.2/src/Algorithm/AlgStatus.h:45: warning: deprecated conversion from string constant to ‘char*’
/home/niki/depot/main/genie-2.4.2/src/Algorithm/AlgStatus.h:48: warning: deprecated conversion from string constant to ‘char*’
In file included from /home/niki/depot/main/genie-2.4.2/src/Algorithm/Algorithm.h:29,
                 from /home/niki/depot/main/genie-2.4.2/src/BaryonResonance/BaryonResDataSetI.h:25,
                 from /home/niki/depot/main/genie-2.4.2/src/BaryonResonance/BaryonResDataPDG.h:27,
                 from BaryonResDataPDG.cxx:18:
/home/niki/depot/main/genie-2.4.2/src/Algorithm/AlgCmp.h: In static member function ‘static char* genie::AlgCmp::AsString(genie::AlgCmp_t)’:
/home/niki/depot/main/genie-2.4.2/src/Algorithm/AlgCmp.h:44: warning: deprecated conversion from string constant to ‘char*’
/home/niki/depot/main/genie-2.4.2/src/Algorithm/AlgCmp.h:45: warning: deprecated conversion from string constant to ‘char*’
/home/niki/depot/main/genie-2.4.2/src/Algorithm/AlgCmp.h:46: warning: deprecated conversion from string constant to ‘char*’
/home/niki/depot/main/genie-2.4.2/src/Algorithm/AlgCmp.h:47: warning: deprecated conversion from string constant to ‘char*’
/home/niki/depot/main/genie-2.4.2/src/Algorithm/AlgCmp.h:50: warning: deprecated conversion from string constant to ‘char*’
BaryonResDataPDG.cxx: In member function ‘virtual int genie::BaryonResDataPDG::ResonanceIndex(genie::Resonance_t) const’:
BaryonResDataPDG.cxx:57: error: ‘abort’ was not declared in this scope
BaryonResDataPDG.cxx: In member function ‘virtual int genie::BaryonResDataPDG::OrbitalAngularMom(genie::Resonance_t) const’:
BaryonResDataPDG.cxx:68: error: ‘abort’ was not declared in this scope
BaryonResDataPDG.cxx: In member function ‘virtual bool genie::BaryonResDataPDG::IsDeltaResonance(genie::Resonance_t) const’:
BaryonResDataPDG.cxx:79: error: ‘abort’ was not declared in this scope
BaryonResDataPDG.cxx: In member function ‘virtual bool genie::BaryonResDataPDG::IsNResonance(genie::Resonance_t) const’:
BaryonResDataPDG.cxx:90: error: ‘abort’ was not declared in this scope
BaryonResDataPDG.cxx: In member function ‘virtual double genie::BaryonResDataPDG::Mass(genie::Resonance_t) const’:
BaryonResDataPDG.cxx:101: error: ‘abort’ was not declared in this scope
BaryonResDataPDG.cxx: In member function ‘virtual double genie::BaryonResDataPDG::Width(genie::Resonance_t) const’:
BaryonResDataPDG.cxx:112: error: ‘abort’ was not declared in this scope
BaryonResDataPDG.cxx: In member function ‘virtual double genie::BaryonResDataPDG::BreitWignerNorm(genie::Resonance_t) const’:
BaryonResDataPDG.cxx:123: error: ‘abort’ was not declared in this scope
make[1]: *** [BaryonResDataPDG.o] Error 1

Any help would be highly appreciated.

Regards,
Nikolay Dyankov