Re: [Gdal-dev] building GDAL under cygwin with ODBC

2009-07-15 Thread Frank Warmerdam
Neil Best wrote: Neil Best wrote: Does anyone know if it's possible? I said: ./configure --with-odbc=/usr/include/w32api It doesn't seem possible, so I am resigned to making it work in the FWTools DOS shell. Is it possible to make a DSN-less ODBC connection? In other words, can I specif

Re: [Gdal-dev] building GDAL under cygwin with ODBC

2009-07-14 Thread Frank Warmerdam
Neil Best wrote: Neil Best wrote: Does anyone know if it's possible? I said: ./configure --with-odbc=/usr/include/w32api It doesn't seem possible, so I am resigned to making it work in the FWTools DOS shell. Is it possible to make a DSN-less ODBC connection? In other words, can I specif

Re: [Gdal-dev] building GDAL under cygwin with ODBC

2009-07-14 Thread Neil Best
Neil Best wrote: > > Does anyone know if it's possible? > > I said: ./configure --with-odbc=/usr/include/w32api > It doesn't seem possible, so I am resigned to making it work in the FWTools DOS shell. Is it possible to make a DSN-less ODBC connection? In other words, can I specify my data

[Gdal-dev] building GDAL under cygwin with ODBC

2009-07-08 Thread Neil Best
Does anyone know if it's possible? I said: ./configure --with-odbc=/usr/include/w32api and then make throws a bunch of errors involving .h files in that directory. If anyone has tried this I would appreciate hearing from you. Would it be any different undr MinGW? I have never worked with it