Re: cc1plus - Now what???
Re: cc1plus - Now what???
- Subject: Re: cc1plus - Now what???
- From: Chris Ridd <email@hidden>
- Date: Fri, 16 Sep 2005 18:08:47 +0100
On 16/9/05 5:53, Eric Albert <email@hidden> wrote:
> On Sep 16, 2005, at 8:58 AM, Yves Poissant wrote:
>
>> I've been using the same environment for months and compiling the same
>> project for months. This morning I was working on trying to solve
>> hierarchical projects dependencies. Then at compile time I get 1 error
>> when it compiles the precompiled headers :
>>
>> gcc-3.3: installation problem, cannot exec 'cc1plus'. No such file or
>> directory.
>>
>> What is cc1plus and how do I solve this problem?
>
> cc1plus is an executable that is part of the compiler. This error
> message typically means one of two things. Either
> 1) You don't have gcc-3.3 installed, in which case you need to install
> it, or
> 2) You're trying to build a universal binary, in which case you need to
> use gcc 4.0 or later because gcc 3.3 doesn't support building for
> Intel.
It might also be worth using gcc_select to forcibly reselect the compiler
version. This also fixes the damage that Disk Utility's Repair Permissions
does to gcc (rdr://4141928). Run something like:
sudo gcc_select -force 4.0
Cheers,
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden