[Gdal-dev] --without-ogr

David Burken dburken at comcast.net
Fri Apr 15 13:38:57 EDT 2005


Hi Frank,

I'm  getting undefined symbols with ogr disabled.  It looks like 
datasets are referencing non const OGRSpatialReference::exportToWkt(char**)

See below:
mercury> nm -C libgdal.so | grep exportToWkt
         U OGRSpatialReference::exportToWkt(char**)
001e7754 T OGRPolygon::exportToWkt(char**) const
001f7718 T OGR_SRSNode::exportToWkt(char**) const
001e5b84 T OGRLineString::exportToWkt(char**) const
001ea468 T OGRMultiPoint::exportToWkt(char**) const
001ea040 T OGRMultiPolygon::exportToWkt(char**) const
001eaf3c T OGRMultiLineString::exportToWkt(char**) const
001f17a4 T OGRSpatialReference::exportToWkt(char**) const
001e975c T OGRGeometryCollection::exportToWkt(char**) const
001e47a4 T OGRPoint::exportToWkt(char**) const

mercury> pwd
/mnthdb1/work/drb/gdal/frmts/o
mercury> foreach o ( *.o )
foreach? echo $o
foreach? nm -C $o | grep exportToWkt
foreach? end
aaigriddataset.o
         U OGRSpatialReference::exportToWkt(char**) const
aigccitt.o
aigdataset.o
         U OGRSpatialReference::exportToWkt(char**) const
aigopen.o
airsardataset.o
args.o
atlsci_spheroid.o
bmpdataset.o
bsbdataset.o
bsb_read.o
btdataset.o
         U OGRSpatialReference::exportToWkt(char**) const

It keeps going....

Take care,
Dave




More information about the Gdal-dev mailing list