Problem 886

Summary: Configure doesn't Copy all Geant4 headers in one directory on Mac OS X
Product: Geant4 Reporter: jasondet
Component: configAssignee: Gabriele Cosmo <Gabriele.Cosmo>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P2    
Version: 8.1   
Hardware: Other   
OS: Other   

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.