Re: [GRASS-dev] Error: undefined reference to `OGR_GT_Flatten' when compiling grass with GDAL

2016-01-05 Thread Even Rouault
> -L/misc/fluo6/andre/projekte/custom_gfz_python/tmp/grass/grass-7.0.2/dist.x > 86_64-unknown-linux-gnu/lib > -L/misc/fluo6/andre/projekte/custom_gfz_python/tmp/grass/grass-7.0.2/dist. > x86_64-unknown-linux-gnu/lib -Wl,--export-dynamic >

Re: [GRASS-dev] Error: undefined reference to `OGR_GT_Flatten' when compiling grass with GDAL

2016-01-05 Thread Andre Hollstein
Hi, Am 05.01.2016 um 17:19 schrieb Martin Landa: probably more versions of GDAL installed on your system (check /usr/lib and /usr/local/lib)? Add also /misc/fluo6/andre/projekte/custom_gfz_python/python_GFZ/opt/lib to your /etc/ld.so.conf and run `sudo ldconfig`. Ma this is the case. I

[GRASS-dev] Error: undefined reference to `OGR_GT_Flatten' when compiling grass with GDAL

2016-01-05 Thread Andre Hollstein
Dear GRASS developers, I'm receiving errors when trying to compile GRASS from sources with GDAL support. I have searched the archives but was not successful. I'm glad for any help. My minimal setup is like this: >> uname -a Linux [...] 3.11.10-25-desktop #1 SMP PREEMPT Wed Dec 17 17:57:03

Re: [GRASS-dev] Error: undefined reference to `OGR_GT_Flatten' when compiling grass with GDAL

2016-01-05 Thread Martin Landa
Hi, 2016-01-05 16:59 GMT+01:00 Andre Hollstein : > /misc/fluo6/andre/projekte/custom_gfz_python/tmp/grass/grass-7.0.2/dist.x86_64-unknown-linux-gnu/lib/libgrass_vector.7.0.2.so: > undefined reference to `OGR_GT_Flatten' > collect2: error: ld returned 1 exit status