[GRASS-dev] [GRASS GIS] #61: vdigit makefile uses hardwired compile
and link flags
GRASS GIS
trac at osgeo.org
Wed Feb 20 21:15:23 EST 2008
#61: vdigit makefile uses hardwired compile and link flags
-----------------------+----------------------------------------------------
Reporter: kyngchaos | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: Python | Version: 6.3.0 RCs
Keywords: |
-----------------------+----------------------------------------------------
The vdigit makefile has some compile and link flags that should be left up
to configuration.
CXXFLAGS has "-c -fpic". fpic is fPIC on OSX (fpic is invalid for OSX).
-c is handled in the GRASS object make rules.
LDFLAGS has "-shared -fpic". -shared is platform-specific, and is not the
correct flag for OSX.
If the GRASS make rules can't be used for vdigit, then at least its
compile and link rules should more closely mirror the GRASS default rules
to pick up platform configuration values.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/61>
GRASS GIS <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/
More information about the grass-dev
mailing list