[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[Mapserver-users] Compiling GDAL by MinGW
Thank you for a response, Mr. Vine.
I could build only gdal.a in following manner.
CC='gcc -mno-cygwin' CXX='g++ -mno-cygwin'
./configure --with-png=../mingw/libpng-1.2.5 --with-jpeg=../mingw/jpeg-6b -
-with-libtiff=../mingw/tiff-3.5.7/libtiff --without-python --without-geotiff
--without-gif --without-gdal --without-ogdi --without-pg --without-grass
make all
Could you ask you some questions?
----- Original Message -----
From: "Norman Vine" <nhv@cape.com>
To: <mapserver-users@lists.gis.umn.edu>
Sent: Sunday, August 03, 2003 1:03 PM
Subject: RE: [Mapserver-users] Compiling GDAL by MinGW
> GDAL should compile fine with MinGW it has for me in
> the past
>
> Follow the instructions for Cygwin < Unix > and use all the internal
> libraries < Tiff, Png, jpeg zlib etc. >
Above "internal libraries < Tiff, Png, jpeg zlib etc. >" means libraries
built by
GCC with "-mno-cygwin"?
I could not build libgeotiff for mingw. GDAL seems to require this library.
Could you give any hint for building it?
Regards.