> how can I compile gdal with grass support ? see the GDAL help pages. and from the GDAL source directory: ./configure --help | less You only need this if you want to use GDAL to read GRASS maps without having GRASS installed on the computer (eg QGIS). Otherwise compile GDAL without GRASS support and it will still work fine. Hamish