Opened 13 years ago
Closed 12 years ago
#270 closed bug (duplicate)
CPPFLAGS (preprocessor flags) used without compilter flags
Reported by: | dreyer | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | 3-1-2 and higher |
Component: | dontKnow | Version: | 3-1-1 |
Keywords: | Cc: |
Description
Some of Singular's target use CPPFLAGS
for defining flags to the preprocessor, but not customizable flags for the compiler, like CFLAGS
and CXXFLAGS
.
This means that for those targets, the preprocessor settings can be changed, while the compiler settings are hardcoded.
A good example are the %.og
targets from Singular/Makefile.in
. The Makefile.in
already uses the variable CXXFLAGSG
here, but it is not handled by the ./configure
script.
Note: See
TracTickets for help on using
tickets.
addressed in SINGULAR restructuring (see git repo @ Berlios)