[geos-devel] Re: [GEOS] #479: llvm-gcc on OS X Lion does not link

GEOS geos-trac at osgeo.org
Wed Nov 16 09:54:29 EST 2011


#479: llvm-gcc on OS X Lion does not link
------------------------+---------------------------------------------------
 Reporter:  hobu        |        Owner:  geos-devel@…              
     Type:  defect      |       Status:  closed                    
 Priority:  minor       |    Milestone:  3.3.1                     
Component:  Default     |      Version:  3.3.0                     
 Severity:  Unassigned  |   Resolution:  invalid                   
 Keywords:              |  
------------------------+---------------------------------------------------

Comment(by kyngchaos):

 Force it to compile with gcc.  With cmake configuration, add:

 {{{
 -D CMAKE_CXX_COMPILER="/usr/bin/g++-4.2" -D
 CMAKE_C_COMPILER="/usr/bin/gcc-4.2"
 }}}

 And, according to the readme, the python bindings are not supported any
 more, and the devs suggest using Shapely or ctypes.

-- 
Ticket URL: <http://trac.osgeo.org/geos/ticket/479#comment:4>
GEOS <http://geos.refractions.net/>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).


More information about the geos-devel mailing list