Re: gcc-3.3: installation problem
Re: gcc-3.3: installation problem
- Subject: Re: gcc-3.3: installation problem
- From: Bill Meikle <email@hidden>
- Date: Wed, 25 Jan 2006 10:07:12 -0800
when I do a
gcc -v
in terminal it says I have v4.01
where is the setting GCC_VERSION_i386
set? is that a #define?
On Jan 24, 2006, at 10:06 AM, email@hidden wrote:
Tool:0: gcc-3.3: installation problem, cannot exec `cc1': No such
file or directory
I'm fairly sure I've got the newest 2.2 xcode installed.
this is when I try to make a universal binary out of some libraries
in my project like morefiles...
Well, to make a Universal Binary you need to at least compile the
Intel side with GCC 4, there is no GCC 3.3 for Intel so that's likely
the problem. You only need to compile with GCC 3.3 (for PPC) if you
need to support 10.2, for 10.3 and later you can use GCC 4.
It would probably be easier to just use GCC 4 for everything.
However, you should at least make sure to have this setting set:
GCC_VERSION_i386 = 4.0
That will make sure that GCC 4 is used on the Intel side.
Bill Meikle
email@hidden
_______________________________________________
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