I'm having problems with the GDAL installation I have running in Cygwin on Windows XP. It appears that GDAL is unable to find some of the proj libraries that it needs. I ran the following command:<br>gdalwarp -s_srs "EPSG:32651" -t_srs "EPSG:4326"
input.tif output.tif<br><br>it gave this error when it ran:<br><br>ERROR 6: Unable to load PROJ.4 library (libproj.dll), creation of<br>OGRCoordinateTransformation failed.<br><br>I did a search and found posts saying that I should download and install proj from source, then compile GDAL with static linking to proj using the
<br>"--with-static-proj4" configure flag. I downloaded and installed proj-4.5.0 from source yesterday, but am unsure what path to give the "--with-static-proj" option. <br><br>Can someone give me a few pointers about what I should look for?
<br><br>Thanks,<br><br>Roger<br>