Hi,
2012/11/3 Even Rouault :
> Yes, I think that the recent commit in
> http://trac.osgeo.org/gdal/changeset/25195 fixed the issue.
seems to be like that, thanks for info, Martin
--
Martin Landa * http://geo.fsv.cvut.cz/~landa
___
gdal-dev mailing l
Selon Martin Landa :
> Hi,
>
> 2012/10/24 Martin Landa :
>
> >> Perhaps try to diff the output of ldd libgdal.so ??
> >
> > Apparently libstdc++.so.6 is missing in trunk.
>
> seems to be solved.
>
> $ gdal-config --version
> 2.0.0
>
> $ ldd /usr/local/lib/libgdal.so | grep 'c++'
> libstdc+
Hi,
2012/10/24 Martin Landa :
>> Perhaps try to diff the output of ldd libgdal.so ??
>
> Apparently libstdc++.so.6 is missing in trunk.
seems to be solved.
$ gdal-config --version
2.0.0
$ ldd /usr/local/lib/libgdal.so | grep 'c++'
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.s
Hi,
2012/10/24 Even Rouault :
> Hum, still nothing obvious. Perhaps retry to configure trunk --without-libxml2
> , but I'm quite skeptical it will change anything.
right, `--without-xml2` didn't help. In other worlds there is no difference.
> Perhaps try to diff the output of ldd libgdal.so ??
Le mardi 23 octobre 2012 21:36:48, Martin Landa a écrit :
> Hi Even,
>
> 2012/10/23 Even Rouault :
> > Could you diff the output of the generated GDALmake.opt in trunk and 1.9
> > ? And also the same for config.log ?
>
> thanks for the quick answer, the files attached.
Hum, still nothing obvious
Le mardi 23 octobre 2012 20:07:34, Martin Landa a écrit :
> Hi all,
>
> after the last update of GDAL's SVN trunk I cannot compile GRASS with
> GDAL support. Configuration script fails with
>
> configure:6074: gcc -o conftest -g -Wall
> -Werror-implicit-function-declaration -fno-common -Wextra -W
Hi all,
after the last update of GDAL's SVN trunk I cannot compile GRASS with
GDAL support. Configuration script fails with
configure:6074: gcc -o conftest -g -Wall
-Werror-implicit-function-declaration -fno-common -Wextra -Wunused
-I/usr/local/include -Wl,--export-dynamic conftest.c
-L/usr/loc