Installing GENIE on Linux

I’m now installing GENIE on Linux. After I “make”, there is an error:

/usr/bin/ld: cannot find -lEGPythia6: No such file or directory
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:99: /home/parallels/Desktop/src/Generator-master/bin/gevgen] Error 1
make[1]: Leaving directory ‘/home/parallels/Desktop/src/Generator-master/src/Apps’
make: *** [Makefile:293: apps] Error 2

I’ve installed Pythia6 and my configure command is

export GENIE=/home/parallels/Desktop/src/Generator-master
export ROOTSYS=/home/parallels/Desktop/installed/root
export PATH=$ROOTSYS/bin:$GENIE/bin:$PATH
export LD_LIBRARY_PATH=$GENIE/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/home/parallels/Desktop/installed/log4cpp/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/home/parallels/Desktop/installed/libxml2/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/home/parallels/Desktop/installed/pythia6/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/home/parallels/Desktop/installed/LHAPDF/lib:$LD_LIBRARY_PATH
cd $GENIE
./configure --enable-lhapdf6 --disable-lhapdf5 --prefix=/home/parallels/Desktop/installed/genie

Does anyone can help? Thanks!

GENIE Event Generator & Global Analysis of Neutrino

GENIE → Get started

GENIE → Slack workspace

GENIE → User mailing list

/usr/bin/ld: cannot find -lEGPythia6: No such file or directory

You might need to download, build and/or setup a version of ROOT that have the Pythia 6 plugin enabled.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.