[geos-devel] About Compiling GEOS by MinGW
Norman Vine
nhv at cape.com
Fri Apr 4 14:16:59 EST 2003
Hisaji Ono writes:
>
> I'd also like to build GEOS in Mingw for linking R(Open Source
> Statistical
> Language) with GEOS.
This will have to wait for the GEOS namespace implementation
as there is a confict due to MingW STL including <windows.h>
which causes a conflivt with 'Polygon'
Once the GEOS namespace is implemented you should be able
to build GEOS with MingW by doing something like
% CC="c++ -mno-cygwin" CXX="c++ -mno-cygwin" configure; make
Norman
More information about the geos-devel
mailing list