Uh-oh, the C compiler 'cc' doesn't seem to be working.

2006-10-28 Thread Joel Rees
to be working. powerpc-apple-darwin8-gcc-4.0.1: '-b' must come at the start of the command line Uh-oh, the C compiler 'cc' doesn't seem to be working. You need to find a working C compiler. Either (purchase and) install the C compiler supplied by your OS vendor, or for a free C compiler try http

Re: Uh-oh, the C compiler 'cc' doesn't seem to be working.

2006-10-28 Thread Sherm Pendley
On Oct 28, 2006, at 7:00 AM, Joel Rees wrote: PPC Mac Mini, Mac OS X 10.4.8, I'm following along in README.macosx and I've done this: export SDK=/Developer/SDKs/MacOSX10.4u.sdk Well, first things first. You asked if you *really* need to use the SDK. You need to use an SDK if you're

Re: Uh-oh, the C compiler 'cc' doesn't seem to be working.

2006-10-28 Thread kurtz le pirate
at the start of the command line Uh-oh, the C compiler 'cc' doesn't seem to be working. powerpc-apple-darwin8-gcc-4.0.1: '-b' must come at the start of the command line Uh-oh, the C compiler 'cc' doesn't seem to be working. You need to find a working C compiler. Either (purchase

Re: Uh-oh, the C compiler 'cc' doesn't seem to be working.

2006-10-28 Thread Tommy Nordgren
This message is clearly indicative. You should try putting the -b option first in -Accflags -Accflags=-b$SDK/user/include/gcc -nostdinc -B$SDK/usr/lib/gcc - isystem$SDK/usr/include -F$SDK/System/Library/Frameworks Uh-oh, the C compiler 'cc' doesn't seem to be working. powerpc-apple-darwin8-gcc

Re: Uh-oh, the C compiler 'cc' doesn't seem to be working.

2006-10-28 Thread Joel Rees
Hi, Sherm, On 2006/10/28, at 21:36, Sherm Pendley wrote: On Oct 28, 2006, at 7:00 AM, Joel Rees wrote: PPC Mac Mini, Mac OS X 10.4.8, I'm following along in README.macosx and I've done this: export SDK=/Developer/SDKs/MacOSX10.4u.sdk Well, first things first. You asked if you *really*

Re: Uh-oh, the C compiler 'cc' doesn't seem to be working.

2006-10-28 Thread Joel Rees
that, but cc --help says the -b option is for the architecture. And I realized that maybe I didn't want to be doing something I'd have to specify the architecture for. Thanks. Uh-oh, the C compiler 'cc' doesn't seem to be working. powerpc-apple-darwin8-gcc-4.0.1: '-b' must come at the start