[GRASS-dev] Re: [GRASS GIS] #61: vdigit makefile uses hardwired compile and link flags

GRASS GIS trac at osgeo.org
Sun Mar 23 11:50:47 EDT 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                
Resolution:             |    Keywords:                           
------------------------+---------------------------------------------------
Comment (by kyngchaos):

 Just taking a look at the latest incarnation of the makefile - SHLIB_LD
 can't be used for linking the module.so.  This contains the dynamic/shared
 lib flag, which is not correct for a python extension on OSX, and contains
 the version and install_name flags meant for a GRASS library and are not
 valid for the -bundle flag needed here.

 Would it be possible to configure a PYTHON_LD for use in this case?

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/61#comment:6>
GRASS GIS <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/


More information about the grass-dev mailing list