Problem 603

Summary: Use of LDFLAGS in binmake.gmk file
Product: Geant4 Reporter: Hugh.Evans
Component: configAssignee: Gabriele Cosmo <Gabriele.Cosmo>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 6.0   
Hardware: All   
OS: All   

Description Hugh.Evans 2004-03-15 03:45:51 CET
The test of LDFLAGS in the binmake.gmk flag to determine whether the
architecture.gmk file should be included is a tad unhelpful to the user.

If, for example, trying to build a static executable the user provided
LDFLAGS="-static" on the command line, then the architecture macros will be not
be correctly set.

I suggest, instead, that the architecture.gmk file create a macro indicating
it's already having been included and this is used to test whether it should be
included or not.
Comment 1 Gabriele Cosmo 2004-04-05 07:21:59 CEST
The problem has been fixed in the development tag "config-V06-01-00"
and will be available in the next release or patch. Thanks.