[distcc] Wrapper for different GCC versions.

Daniel Beecham joshu at goobah.org
Thu Aug 28 15:24:07 GMT 2008


Fergus Henderson wrote:
> On Wed, Aug 27, 2008 at 3:53 PM, Daniel Beecham <joshu at goobah.org> wrote:
>
>   
>> Your compilation command is "x86_64-pc-linux-gnu-gcc ..." but you
>>     
>>> didn't mention that command name at all in the output of  ls -la in
>>> your first email.
>>>
>>>
>>>       
>> I did in my second email.
>>     
>
>
> Yes, but I still don't know where that command occurs in your PATH.
> Do you have a symlink for that command in /usr/lib/distcc/bin?
> What's the output of
>
>   cd /usr/lib/distcc/bin/
>   ls -la
>   cat wrapper
>
> now?
>
>   
Ah, I misread. I'm sorry about that.
I added a symlink from x86_64-pc-linux-gnu-gcc to wrapper.

lrwxrwxrwx 1 root   root    7 Aug 26 15:28 c++ -> wrapper
lrwxrwxrwx 1 root   root    7 Aug 26 15:28 cc -> wrapper
lrwxrwxrwx 1 root   root    7 Aug 26 15:28 g++ -> wrapper
lrwxrwxrwx 1 root   root   15 Aug 26 15:30 g++-4.3.1 -> /usr/bin/distcc
lrwxrwxrwx 1 root   root    7 Aug 26 15:28 gcc -> wrapper
lrwxrwxrwx 1 root   root   15 Aug 26 15:29 gcc-4.3.1 -> /usr/bin/distcc
-rwxr-xr-x 1 root   root   60 Aug 27 15:45 wrapper
lrwxrwxrwx 1 root   root    7 Aug 26 15:30 x86_64-pc-linux-gnu-c++ -> 
wrapper
lrwxrwxrwx 1 root   root    7 Aug 26 15:30 x86_64-pc-linux-gnu-g++ -> 
wrapper
lrwxrwxrwx 1 root   root    7 Aug 28 07:17 x86_64-pc-linux-gnu-gcc -> 
wrapper

is the setup now. The wrapper is the same as before. However, the 
compilation did not work any better. It still echoes out the exact same 
thing.

Thanks.
Daniel.


More information about the distcc mailing list