>> Do you know where this ccache invokation comes from ? Both libtool and non-libtool regular builds work for me with the python bindings
echo $CC shows nothing. echo $CXX shows '/usr/bin/ccache /usr/bin/c++' At some point in the last year I added 'ccache' for use with QGis. For ./configure there is: export PYTHONHOME=/home/mj10777/000_links/apps_local/libQt592; CXX="/usr/bin/g++" CFLAGS="-Wall" LDFLAGS="-s" ./configure \ --prefix=/home/mj10777/000_links/apps_local/gdal_git_master \ ... etc but for make, the first value is active. So this may be cause by either: - not setting CXX with /usr/bin/ccache during ./configure - or setting the same value during make that was used with ./configure Mark
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
