« Return to Thread: GDAL 1.5.0 Perl Binding on Cygwin

RE: GDAL 1.5.0 Perl Binding on Cygwin

by Norman Vine :: Rate this Message:

Reply to Author | View in Thread

 

> Ari Jolma wrote:
> > jingmuyang@... kirjoitti:
> >> I have successfully built GDAL 1.5.0 Perl binding on
> Cygwin and the
> >> followings might be helpful for those who experience problems.
> >>
> >> 2. Edit each of the four Makefiles by appending -lstdc++
> after each
> >> -lgdal and save them.
> >
> > If you tell me how to detect Cygwin reliably I can add this to
> > Makefile.PL

#ifdef __CYGWIN__

http://cygwin.com/faq/faq.programming.html#faq.programming.preprocessor

HTH

Norman

_______________________________________________
gdal-dev mailing list
gdal-dev@...
http://lists.osgeo.org/mailman/listinfo/gdal-dev

 « Return to Thread: GDAL 1.5.0 Perl Binding on Cygwin