Re: cc1plus - Now what???
Re: cc1plus - Now what???
- Subject: Re: cc1plus - Now what???
- From: Eric Albert <email@hidden>
- Date: Fri, 16 Sep 2005 09:53:55 -0700
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.
Hope this helps,
Eric
_______________________________________________
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