Re: [gdal-dev] Undefined reference with GDAL and netCDF support

2014-04-28 Thread Even Rouault
Le lundi 28 avril 2014 17:33:04, henry wasker a écrit : > Hello, > > I try to use a simple test program which must use GDAL and netcdf support. > This test is for constraints and specifications. Here's this code > (main.cpp) > > #include "gdal_priv.h" > #include "netcdfdataset.h" > > using names

[gdal-dev] Undefined reference with GDAL and netCDF support

2014-04-28 Thread henry wasker
Hello, I try to use a simple test program which must use GDAL and netcdf support. This test is for constraints and specifications. Here's this code (main.cpp) #include "gdal_priv.h" #include "netcdfdataset.h" using namespace std; int main() { netCDFDataset child; } For this, I have built