octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MXE configure option --with-ccache


From: John W. Eaton
Subject: Re: MXE configure option --with-ccache
Date: Fri, 2 Mar 2018 15:01:27 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 03/02/2018 02:40 PM, Rik wrote:
Is the --with-ccache option to MXE working for anyone?  I thought this
would simply add "ccache " as a prefix to $CXX, i.e.,

CXX="ccache $CXX"

so that ccache would be used with the cross-compiler.  But I configured and
built MXE-octave and the statistics available with "ccache -s" show that no
new files were added to the cache.

It works by creating a subdirectory (usr/bin/ccache) with symbolic links to /usr/bin/ccache for the compilers mxe-octave expects to use. I don't know if that's the best thing, but it seemed to work for me. Maybe it stopped working at some point and I didn't notice?

jwe




reply via email to

[Prev in Thread] Current Thread [Next in Thread]