Re: [gdal-dev] Help about GDAL

2013-05-11 Thread Eli Adam
Edison, I've had similar problems (although for different reasons I think). The suggestions at the end of this are similar to what I've done to make it work for me, http://lists.osgeo.org/pipermail/gdal-dev/2009-March/020132.html Sudo ldconfig might help too. Regards, Eli On May 10, 2013 8:38

[gdal-dev] Help about GDAL

2013-05-10 Thread edison Qian
Dear List: i have met an error about GDAL that when a cpp file including GDAL library is coded, i compile this cpp file with following command in ubuntu bash: $g++ gdal_linux.cpp -I /usr/local/include/ -L /usr/local/lib/ -lgdal -o aaa it succeeds! however, when i run file aaa, an error