<HTML>
<HEAD>
<TITLE>Compile error on OS X</TITLE>
</HEAD>
<BODY>
<BLOCKQUOTE><FONT FACE="Verdana">After installing Proj, I&#8217;ve passed most of my previous errors, but now I&#8217;m getting things like the following when building the latest and greatest our of CVS:<BR>
<BR>
<BR>
</FONT></BLOCKQUOTE><FONT FACE="Verdana">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 ./core/*.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 ./frmts/o/*.o ./core/*.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 -lm -dl -o ./libgdal.1.1.dylib<BR>
ld: Undefined symbols:<BR>
/usr/bin/libtool: internal link edit command failed<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>
_pj_dalloc<BR>
_pj_free<BR>
_pj_fwd<BR>
_pj_get_def<BR>
_pj_get_errno_ref<BR>
_pj_init<BR>
_pj_inv<BR>
_pj_strerrno<BR>
_pj_transform<BR>
vtable for __cxxabiv1::__vmi_class_type_info<BR>
make[1]: *** [libgdal.1.1.dylib] Error 1<BR>
make: *** [check-lib] Error 2<BR>
<BR>
I know this can&#8217;t be good, but then again I&#8217;m having trouble tracking down what&#8217;s going on. Any ideas?<BR>
<BR>
Jay<BR>
</FONT>
</BODY>
</HTML>