[mapserver-users] configure with gdal
Berend Veldkamp
berend.veldkamp@aris.nl
Wed, 24 Apr 2002 16:44:54 +0200
Has anyone seen this error before when compiling ms with gdal
./libmap.a(mapraster.o): In function `drawGDAL':
mapraster.o(.text+0x504): undefined reference to `GDALReadWorldFile'
Here's how I configured:
./configure --with-ogr=../gdal-1.1.7/ogr
--with-gdal=../gdal-1.1.7/apps/gdal-config --with-php=../php-4.1.2
--without-tiff
(also tried as seen in another posting:
./configure --with-ogr=../gdal-1.1.7/apps/gdal-config --with-gdal=
--with-php=../php-4.1.2 --without-tiff )
Berend
--