<HTML>
<HEAD>
<TITLE>Building GDAL v1.1.9 source on Mac OSX v10.2 (Jaguar) for GRASS v5.0.3</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana"><SPAN DEFANGED_STYLE='font-size:12.0px'>Hi All,<BR>
<BR>
I am trying to build GDAL to use with GRASS v5.0.3. &nbsp;I am running into problems, and hope that someone out there can set me straight.<BR>
<BR>
The configure line is...<BR>
<BR>
configure --with-png \<BR>
--with-jpeg \<BR>
--with-gif \<BR>
--with-tiff \<BR>
--without-python \<BR>
--with-grass<BR>
<BR>
Here are the errors...<BR>
<BR>
g++ -c -Iogrsf_frmts -I. -I../port &nbsp;-Wall -fPIC -O2 &nbsp;&nbsp;gml2ogrgeometry.cpp -o gml2ogrgeometry.o<BR>
ar r ogr.a ogrgeometryfactory.o ogrpoint.o ogrcurve.o ogrlinestring.o ogrlinearring.o ogrpolygon.o ogrutils.o ogrgeometry.o ogrgeometrycollection.o ogrmultipolygon.o ogrsurface.o ogrmultipoint.o ogrmultilinestring.o ogr_api.o ogrfeature.o ogrfeaturedefn.o ogrfeaturestyle.o ogrfielddefn.o ogrspatialreference.o ogr_srsnode.o ogr_srs_proj4.o ogr_fromepsg.o ogrct.o ogr_opt.o ogr_srs_esri.o ogrfeaturequery.o swq.o ogr_srs_validate.o ogr_srs_xml.o ograssemblepolygon.o ogr2gmlgeometry.o gml2ogrgeometry.o<BR>
ar: creating archive ogr.a<BR>
ranlib ogr.a<BR>
ranlib: file: ogr.a(ogrsurface.o) has no symbols<BR>
make ./gdal.a<BR>
ar r ./gdal.a ./frmts/o/*.o ./gcore/*.o ./port/*.o ./alg/*.o ./ogr/ogrct.o ./ogr/ogr_opt.o ./ogr/ogr_fromepsg.o ./ogr/ogr_srs_validate.o ./ogr/ogrutils.o ./ogr/ogr_srs_proj4.o ./ogr/ograssemblepolygon.o ./ogr/ogr_api.o ./ogr/ogrsf_frmts/generic/ogrregisterall.o ./ogr/ogrfeaturestyle.o<BR>
ar: creating archive ./gdal.a<BR>
ranlib ./gdal.a<BR>
ranlib: file: ./gdal.a(pnggccrd.o) has no symbols<BR>
ranlib: file: ./gdal.a(pngvcrd.o) has no symbols<BR>
ranlib: file: ./gdal.a(tif_pixarlog.o) has no symbols<BR>
ranlib: file: ./gdal.a(cpl_vsil_unix_stdio_64.o) has no symbols<BR>
make ./libgdal.1.1.dylib<BR>
gcc -dynamiclib &nbsp;./frmts/o/*.o ./gcore/*.o ./port/*.o ./alg/*.o ./ogr/ogrct.o ./ogr/ogr_opt.o ./ogr/ogr_fromepsg.o ./ogr/ogr_srs_validate.o ./ogr/ogrutils.o ./ogr/ogr_srs_proj4.o ./ogr/ograssemblepolygon.o ./ogr/ogr_api.o ./ogr/ogrsf_frmts/generic/ogrregisterall.o ./ogr/ogrfeaturestyle.o ./ogr/ogrsf_frmts/ogrsf_frmts.a &nbsp;&nbsp;./gdal.a ./ogr/ogr.a ./gdal.a ./port/cpl.a -lz -lm -ldl -lm \<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-o ./libgdal.1.1.dylib<BR>
ld: Undefined symbols:<BR>
vtable for __cxxabiv1::__class_type_info<BR>
vtable for __cxxabiv1::__si_class_type_info<BR>
operator delete(void*)<BR>
operator new(unsigned long)<BR>
___gxx_personality_v0<BR>
operator delete[](void*)<BR>
operator new[](unsigned long)<BR>
___cxa_pure_virtual<BR>
vtable for __cxxabiv1::__vmi_class_type_info<BR>
/usr/bin/libtool: internal link edit command failed<BR>
make[1]: *** [libgdal.1.1.dylib] Error 1<BR>
make: *** [check-lib] Error 2<BR>
<BR>
Any suggestions??? &nbsp;Or is there an easier way for me to add GDAL support to GRASS?<BR>
<BR>
Thanks.<BR>
<BR>
-Gary<BR>
</SPAN></FONT>
</BODY>
</HTML>