Re: [gdal-dev] building gdal with python and libtool

2016-07-01 Thread Kai Muehlbauer
Hi all, I tried to reproduce this with a standard linux system. So I used my OpenSuse Leap42 Box. Steps to reproduce: 1. Download gdal-2.1.0 tarball 2. extract to some folder 3. ./configure --prefix=/usr/local --with-python 4. make This builds fine using libtool. 5. extract gdal tarball to

Re: [gdal-dev] building gdal with python and libtool

2016-06-27 Thread Kai Mühlbauer
Thanks Andrew, Am 27.06.2016 um 22:54 schrieb Andrew C Aitchison: > On Mon, 27 Jun 2016, Kai Mühlbauer wrote: > >> Hi all, >> >> while trying to build gdal on linux (on CircleCi in a CentOS based >> docker image using conda/conda-forge) like this: > >> /bin/bash -pthread -shared -L/home/sam/minic

Re: [gdal-dev] building gdal with python and libtool

2016-06-27 Thread Andrew C Aitchison
On Mon, 27 Jun 2016, Kai Mühlbauer wrote: Hi all, while trying to build gdal on linux (on CircleCi in a CentOS based docker image using conda/conda-forge) like this: /bin/bash -pthread -shared -L/home/sam/miniconda3/envs/_build/lib -Wl,-rpath=/home/sam/miniconda3/envs/_build/lib,--no-as-nee

[gdal-dev] building gdal with python and libtool

2016-06-27 Thread Kai Mühlbauer
Hi all, while trying to build gdal on linux (on CircleCi in a CentOS based docker image using conda/conda-forge) like this: export CC=gcc export CXX=g++ export CFLAGS="${CFLAGS}" export CXXFLAGS="${CXXFLAGS} -DBOOST_MATH_DISABLE_FLOA