[gdal-dev] Compilation problem on Ubuntu

2012-02-25 Thread Simon R. Proud
Hello all, I'm trying to compile GDAL 1.9.0 on Ubuntu 11.04, but am not having any luck. I configure with: ./configure --with-hdf4 --with-hdf5 --with-grib --with-msg --with-python And that works with no problems (I have the MSG wavelet transform code, by the way, so that's not the issue). But,

Re: [gdal-dev] Compilation problem on Ubuntu

2012-02-25 Thread Even Rouault
Le samedi 25 février 2012 15:11:42, Simon R. Proud a écrit : Hello all, I'm trying to compile GDAL 1.9.0 on Ubuntu 11.04, but am not having any luck. I configure with: ./configure --with-hdf4 --with-hdf5 --with-grib --with-msg --with-python And that works with no problems (I have the MSG

[gdal-dev] compilation problem

2011-04-04 Thread ahmet temiz
hello hello I encountered this problem when I compiled gdal-svn-trunk-2011.03.27 sr/local/gdal/frmts/envisat/EnvisatFile.c:1046: undefined reference to `__stack_chk_fail_local' /usr/local/gdal/frmts/o/EnvisatFile.o:/usr/local/gdal/frmts/envisat/EnvisatFile.c:419: more undefined references to

Re: [gdal-dev] compilation problem

2011-04-04 Thread Chaitanya kumar CH
Ahmet, These kind of compilation errors usually resolve themselves if you perform a make clean or start with a fresh copy. Probably caused by 'make' not seeing a modification of file or due to an interrupted compilation. Also, I noticed some problems when running make with the --jobs option.