Re: cc1plus - Now what???
Re: cc1plus - Now what???
- Subject: Re: cc1plus - Now what???
- From: Markus Hitter <email@hidden>
- Date: Fri, 16 Sep 2005 19:33:07 +0200
Am 16.09.2005 um 17:58 schrieb Yves Poissant:
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
It's part of the gcc installation. The file named "gcc" is actually a
driving script, only. It calls a few other binaries, one of them
being "cc1plus".
and how do I solve this problem?
Check your installation. Check which compiler Xcode tries to use (see
build transscript). Is the compiler actually available (you probably
changed Xcode version in the last few month)? Is the compiler working
at the command line (try a simple C++ file)?
For comparison (Xcode 2.1):
Nobile:~$ locate cc1plus
/usr/libexec/gcc/darwin/ppc/3.3/cc1plus
/usr/libexec/gcc/darwin/ppc/3.3-fast/cc1plus
/usr/libexec/gcc/i686-apple-darwin8/4.0.0/cc1plus
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.0/cc1plus
HTH,
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
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