Open dimitri opened 10 years ago
Hi @dimitri, how are you using ccache ?
Not using iolib in my projects anymore, all I needed was to be found in uiop so it was kind of overkill. That said, here's my CC setting:
echo $CC
/usr/local/bin/ccache /usr/local/Cellar/gcc47/4.7.3/bin/gcc-4.7
Thanks, I'll add a shell command line parser for cases like these
Stelian Ionescu notifications@github.com writes:
Hi @dimitri, how are you using ccache ?
Not using iolib in my projects anymore, all I needed was to be found in uiop so it was kind of overkill. That said, here's my CC setting:
echo $CC /usr/local/bin/ccache /usr/local/Cellar/gcc47/4.7.3/bin/gcc-4.7
Regards,
dim
Reply to this email directly or view it on GitHub: https://github.com/sionescu/iolib/issues/11#issuecomment-97082641
Stelian Ionescu a.k.a. fe[nl]ix Quidquid latine dictum sit, altum videtur. http://common-lisp.net/project/iolib
It appears not to be possible in install iolib when using ccache in the CC environment variable, as in the following: