Problem 1632 - GNUmakefile:17 error
Summary: GNUmakefile:17 error
Status: RESOLVED INVALID
Alias: None
Product: Examples/Basic and Novice
Classification: Unclassified
Component: N01 (show other problems)
Version: 9.4
Hardware: All All
: P5 trivial
Assignee: asai
URL:
Depends on:
Blocks:
 
Reported: 2014-05-29 07:40 CEST by Mayank Rajput
Modified: 2014-05-29 15:07 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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