Hi, I am trying to compile and install gdal in docker (ubuntu 12.04) container with python3 and in a custom prefix (/home/travis/deps), clang-3.6 is used. configure and make run fine, however, make install fails:
/bin/bash -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-3.2/extensions/osr_wrap.o -L../../.libs -L../../ -L/usr/src/gdal-2.0.2/lib -lgdal -o build/lib.linux-x86_64-3.2/osgeo/_osr.cpython-32mu.so /bin/bash: -d: invalid option error: command '/bin/bash' failed with exit status 1 Any idea what could be the cause for this? I am grateful for any hints! Thank you in advance, Matthias _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
