Hi,<br><br>&nbsp;I had gdal installed fine last week, but now I want to add support for mysql.<br><br>I used ./configure --with-mysql=/usr/local/mysql-standard-5.0.22-linux-i686/bin/mysql_config and that was fine.<br><br>When I issue make, I get errors. This is the end of the output from make:
<br><br><span style="font-family: courier new,monospace;">g++ ogrinfo.o -o .libs/ogrinfo&nbsp; /usr/local/gdal-1.3.2/.libs/libgdal.so -lpng -lrt -ldl -L/usr/local/lib -L/usr/local/mysql-standard-5.0.22-linux-i686/lib -lmysqlclient -lz -lcrypt -lnsl -lnss_files -lnss_dns -lresolv
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">/usr/local/gdal-1.3.2/.libs/libgdal.so: undefined reference to `__builtin_delete'</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">collect2: ld returned 1 exit status</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">make[1]: *** [ogrinfo] Error 1</span>
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">make[1]: Leaving directory `/usr/local/gdal-1.3.2/ogr'</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
make: *** [ogr-apps] Error 2</span><br><br>After this I tried deleted everyting gdal and ogr related from usr/local/bin but got the same result. I also tried doing make clean first but again the same error.<br><br>The only thing I changed for this install was the mysql stuff.
<br><br>Can anyone tell me what this error means?<br><br>Thanks,<br>Sparrott<br>