<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<br><br>I make use of the Kyngchaos builds for Postgis in Mac OS X Snow Leopard (10.6.4). I am trying to install the WKT raster on my existing PostGIS but I havent succeed. <br><br>I have tried downloading the same version of PostGIS code that I have installed via Kyngchaos and use it to compile WKT raster. I had to copy config.sub and config.guess because it was complaining and then I ran:<br><br>./configure --with-postgis-sources=/Users/jatorre/workspace/postgis-1.5.1/ --with-pgconfig=/usr/local/pgsql/bin/pg_config --with-gdal=/Library/Frameworks/GDAL.framework/unix/bin/gdal-config --with-geos=/Library/Frameworks/GEOS.framework/unix/bin/geos-config<br><br>But the error I get is:<br><br>ld: symbol(s) not found for architecture i386<br>collect2: ld returned 1 exit status<br>ld: warning: directory '/Users/Shared/unix/gettext-snow/lib' following -L not found<br>lipo: can't open input file: /var/folders/9N/9NtAH8bAEhe6+LEqwLi43E+++TI/-Tmp-//cc15Lk7k.out (No such file or directory)<br>make[1]: *** [rtpostgis.so] Error 1<br>make: *** [pglib] Error 2<br><br><br>If I try to compile postgis I get the same error.<br><br>I took a look at how the sources from kyngchaos were created (<a href="http://www.kyngchaos.com/macosx/build/postgis">http://www.kyngchaos.com/macosx/build/postgis</a>) but they are not up to date with Snow Leopard.<br><br>Anybody has succeed previously?<br><br>Thanks.<br><br>Javier.</body></html>