Problem 603 - Use of LDFLAGS in binmake.gmk file
Summary: Use of LDFLAGS in binmake.gmk file
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: config (show other problems)
Version: 6.0
Hardware: All All
: P2 normal
Assignee: Gabriele Cosmo
URL:
Depends on:
Blocks:
 
Reported: 2004-03-15 03:45 CET by Hugh.Evans
Modified: 2004-04-05 07:21 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 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.