On 01/07/2016 13:20, Kai Muehlbauer wrote:
Hi Matthias,

I did experience the same issue. See

https://lists.osgeo.org/pipermail/gdal-dev/2016-July/044678.html

Although I did not find the root cause of this, I found that in my use
case, copying and unsetting CC and CXX environment variables did the trick.

So what I did is:

export CF_CC=$CC
export CF_CXX=$CXX
unset CC CXX
./configure CC=$CF_CC \
            CXX=$CF_CXX \
            --prefix=$PREFIX
make

Hoping for more insight by gdal-devs.

Cheers,
Kai


same workaround "unset CC CXX"
is implemented for cygwin package build.

  https://lists.osgeo.org/pipermail/gdal-dev/2016-April/044171.html

and it looks this bug is present by long long time

  http://www.michael-joost.de/gdal_install.html

Regards
Marco
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to