Home away from home
Joined: 2006/11/26 21:45 Last Login
: Yesterday 23:10
From a dying planet
Group:
Registered Users
|
@LiveForIt
OK, i got it to work, my HOME variable was broken
But now i'm facing a path problem of sorts.
ccache (and it's softlinks) have to be installed in /usr/local/bin. Our compilers though, reside in /gcc
ccache only works if it is called BEFORE the compiler binaries (checked with the "which" command).
Now, while on a linux/posix install the compiler stuff normally goes into /usr/bin, at least that's what the readme says (which comes AFTER /usr/local) and which will be picked first, but not with /gcc (which will ALWAYS be picked first)
I tried renaming the gcc assign, but the compilers seem to rely on GCC: being available.
Any ideas?
edit: grr...it's as easy as changing the path ordering, /usr/local/bin has to be set before gcc: and all is working
|