I installed Geant4.9.4 In my linux system, CLHEP was installed at /usr/share/clhep/install & Geant 4 was build at /usr/share/geant4/geant4.9.4.p04 and installed at /usr/share/geant4/install/9.4.p04 Before running the example, I set my work environment as export G4WORKDIR=/home/knanu/geant4 export LD_LIBRARY_PATH=/usr/share/clhep/install/lib/:$LD_LIBRARY_PATH source /usr/share/geant4/geant4.9.4.p04/env.sh when i went to N01 folder copied in work directory and gave make command, i encountered the following error: GNUmakefile:17: ../../../config/binmake.gmk: No such file or directory make: *** No rule to make target `../../../config/binmake.gmk'. Stop. i changed the work environment as follow export G4WORKDIR=/home/knanu/geant4 (changed library path) export LD_LIBRARY_PATH=/usr/share/geant4/install/9.4.p04/lib/:$LD_LIBRARY_PATH source /usr/share/geant4/geant4.9.4.p04/env.sh But Again same problem was faced. Kindly help Thank you
This bug reporting/tracking system is meant to be used for bugs in Geant4. For your installation question, please use "installation" thread of Geant4 HyperNews. http://hypernews.slac.stanford.edu/HyperNews/geant4/get/installconfig.html