Hi,
trying to build grass cvs with gdal support with a gdal-config inside a svn
folder I get following error message (both checkouts are only a few minutes
ago):
checking whether to use GDAL... yes
yes
checking for gdal-config... /software/gdal/apps/gdal-config
checking for GDALOpen... no
checking for GDALOpen... no
configure: error: *** couldn't find GDAL
when I build grass with the installed debian gdal package it works fine.
checking whether to use GDAL... yes
checking for gdal-config... /usr/bin/gdal-config
checking for GDALOpen... yes
Does anybody know this problem and can help?
regards,
Otto
Otto Dassau wrote:
trying to build grass cvs with gdal support with a gdal-config inside a svn
folder I get following error message (both checkouts are only a few minutes
ago):
checking whether to use GDAL... yes
yes
checking for gdal-config... /software/gdal/apps/gdal-config
checking for GDALOpen... no
checking for GDALOpen... no
configure: error: *** couldn't find GDAL
What do:
/software/gdal/apps/gdal-config --libs
/software/gdal/apps/gdal-config --dep-libs
say?
If you've compiled GDAL but haven't installed it, gdal-config may be
returning output corresponding to where the libraries will get
installed, not necessarily where they currently reside.
--
Glynn Clements <glynn@gclements.plus.com>