I&#39;m having problems with the GDAL installation I have running in Cygwin on Windows XP.&nbsp; It appears that GDAL is unable to find some of the proj libraries that it needs.&nbsp; I ran the following command:<br>gdalwarp -s_srs &quot;EPSG:32651&quot; -t_srs &quot;EPSG:4326&quot; 
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>&quot;--with-static-proj4&quot; configure flag.&nbsp; I downloaded and installed proj-4.5.0 from source yesterday, but am unsure what path to give the &quot;--with-static-proj&quot; option.&nbsp; <br><br>Can someone give me a few pointers about what I should look for?
<br><br>Thanks,<br><br>Roger<br>