Problem 886 - Configure doesn't Copy all Geant4 headers in one directory on Mac OS X
Summary: Configure doesn't Copy all Geant4 headers in one directory on Mac OS X
Status: RESOLVED WORKSFORME
Alias: None
Product: Geant4
Classification: Unclassified
Component: config (show other problems)
Version: 8.1
Hardware: Other Other
: P2 normal
Assignee: Gabriele Cosmo
URL:
Depends on:
Blocks:
 
Reported: 2006-08-24 19:40 CEST by jasondet
Modified: 2006-10-05 11:00 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 jasondet 2006-08-24 19:40:45 CEST
I installed 4.8.1_p01 on my Mac and tried to set the option to "Copy all Geant4
headers in one directory", but after the make was complete, $G4INCLUDE was still
empty. I had to source the env.csh script, go to the source directory, and do
"make includes" to get them installed.
Comment 1 Gabriele Cosmo 2006-10-05 11:00:59 CEST
When using Configure, headers are installed by issuing the command:
 './Configure -install'
after the '-build' step.