[GRASSweb-list](no subject)

Markus Neteler neteler at itc.it
Mon Nov 8 12:33:06 EST 2004


On Fri, Nov 05, 2004 at 08:15:58PM +0000, javier Garcia Prieto wrote:
> How can i ask for a problem on installation of grass 57,
> when I make the ./configure iI have this message:
> 
> checking if we should build directly against GDAL... yes
> checking for gdal-config... no
> configure: error: *** couldn't find gdal-config
> 
> thanks in advance

Try something like this:

GRASS53="/thuille0/ssi/software/cvsgrass53"
./configure --with-grass50=$GRASS53 \
  --enable-shared \
  --with-cxx \
  --with-gdal=/usr/local/bin/gdal-config \
  --with-postgres-includes=/usr/include/pgsql --with-postgres-libs=/usr/lib \
  --without-mysql \
  --without-odbc \
  --with-motif \
  --with-motif-includes=/usr/X11R6/include/Xm \
  --with-glw \
  --with-fftw \
  --with-freetype --with-freetype-includes=/usr/include/freetype2

Hope this helps

Markus




More information about the grass-web mailing list