I cant seem to persuade GRASS 5.7 to build v.in.ogr on either of my Linux machines. I have gdal installed (from CVS) and have specified --with-gdal on the configuration file. What am I missing?
Thanks,
Chris
--
Christopher J. Fonnesbeck ( c h r i s @ f o n n e s b e c k . o r g )
Georgia Cooperative Fish & Wildlife Research Unit, University of Georgia
Hello Chris
On Mon, 9 Feb 2004, Christopher Fonnesbeck wrote:
I cant seem to persuade GRASS 5.7 to build v.in.ogr on either of my
Linux machines. I have gdal installed (from CVS) and have specified
--with-gdal on the configuration file. What am I missing?
From an earlier message I recall you don't have OGR installed (that
highlighted a bug in g.proj). So, your GDAL must not have the OGR
part compiled. What does 'gdal-config --ogr-enabled' say? Or perhaps GRASS
is finding the wrong gdal-config? Try giving the exact path to it as the
argument to --with-gdal, e.g. --with-gdal=/usr/local/bin/gdal-config
If you want to force building it just cd to the vector/v.in.ogr directory
and run make from there.
Paul