[GRASS5] [bug #2695] (grass) miss v.in.ogr command when compiling

this bug's URL: http://intevation.de/rt/webrt?serial_num=2695
-------------------------------------------------------------------------

Subject: miss v.in.ogr command when compiling

Platform: WindowsNT/2000/XP
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 5.7.0

Hi all,
I'm Giang. I compiled Grass5.7 from cvs source code from Grass website. My install command like this:
./configure --without-gdal --without-fftw --without-odbc
make
After that, my binary code result not have v.in.ogr command. I don't know why?
Can you help me?

-------------------------------------------- Managed by Request Tracker

On Wed, Nov 17, 2004 at 09:23:12AM +0100, Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=2695
-------------------------------------------------------------------------

Subject: miss v.in.ogr command when compiling

Platform: WindowsNT/2000/XP
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 5.7.0

Hi all,
I'm Giang. I compiled Grass5.7 from cvs source code from Grass website. My install command like this:
./configure --without-gdal --without-fftw --without-odbc
make
After that, my binary code result not have v.in.ogr command. I don't know why?
Can you help me?

You cannot use
--without-gdal
as GDAL/OGR is a requirement (especially for v.in.ogr).

Markus