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