I have successfully built GDAL 1.5.0 Perl binding on Cygwin and the
followings might be helpful for those who experience problems.<br>
<br>
1. Go to directory gdal-1.5.0/swig/perl and run 'perl
Makefile.PL'. The following four Makefiles should be created if
it succeeds:<br>
<br>
Makefile_Geo__GDAL<br>
Makefile_Geo__GDAL__Const<br>
Makefile_Geo__OGR<br>
Makefile_Geo__OSR<br>
<br>
2. Edit each of the four Makefiles by appending -lstdc++ after each -lgdal and save them.<br>
<br>
3. Run make using each of the four Makefiles as follows:<br>
<br>
make -f Makefile_Geo__GDAL<br>
make -f Makefile_Geo__GDAL__Const<br>
make -f Makefile_Geo__OGR<br>
make -f Makefile_Geo__OSR<br>
<br>
4. Install the Perl Geo::GDAL package by running<br>
<br>
make -f Makefile_Geo__GDAL install<br>
<br>
That it. Enjoy!<br>
<br>
Jim<br>
<br>
<div class="AOLPromoFooter">
<hr style="margin-top:10px;" />
More new features than ever. Check out the new <a href="http://o.aolcdn.com/cdn.webmail.aol.com/mailtour/aol/en-us/text.htm?ncid=aolcmp00050000000003" target="_blank">AOL Mail</a>!<br/>
</div>