Problem 1632

Summary: GNUmakefile:17 error
Product: Examples/Basic and Novice Reporter: Mayank Rajput <rajputmayank18>
Component: N01Assignee: asai
Status: RESOLVED INVALID    
Severity: trivial    
Priority: P5    
Version: 9.4   
Hardware: All   
OS: All   

Description Mayank Rajput 2014-05-29 07:40:23 CEST
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
Comment 1 asai 2014-05-29 15:07:28 CEST
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