[Tile-serving] [osm2pgsql] Compiling from source not working ... ? (#144)
Dane Springmeyer
notifications at github.com
Tue May 6 23:12:29 UTC 2014
The problem is likely mixed c++ standard libraries. Your geos may be linked against `libstdc++` while osm2pgsql is trying to link with `libc++`. You can confirm if this is the problem by running `otool -L` against your libgeos.dylib. The solution is likely to rebuild geos (by default on OS X 10.9 linking to libc++ will happen). Then try rebuilding osm2pgsql.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/144#issuecomment-42371393
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20140506/055b844b/attachment.html>
More information about the Tile-serving
mailing list