[GRASS-dev] Re: [GRASS GIS] #58: v.digit fails to build on Gentoo

GRASS GIS trac at osgeo.org
Sun Feb 24 17:58:19 EST 2008


#58: v.digit fails to build on Gentoo
-----------------------+----------------------------------------------------
  Reporter:  marisn    |       Owner:  martinl       
      Type:  defect    |      Status:  assigned      
  Priority:  critical  |   Milestone:  6.3.0         
 Component:  default   |     Version:  6.3.0 RCs     
Resolution:            |    Keywords:  wxGUI, v.digit
-----------------------+----------------------------------------------------
Comment (by kyngchaos):

 Well, looks like it's a no-go for OSX.  I think it's because on OSX there
 is a distinction between dynamic libraries and loadable modules.  Dynamic
 libraries are loaded by ld and linked during the build (I think some call
 this statically linked), loadable modules are loaded by programs (and
 other libraries) at runtime and are not linked (or as some would say,
 dynamically linked).  Dynamic libraries can also be loaded as modules.

 Extensions to libraries and programs, such as Python, PHP, Apache, ...,
 are built as modules on OSX.  So, _gdi_.so can't be linked as a library,
 and you get missing symbols errors.

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


More information about the grass-dev mailing list