Re: Installation issue on Mac 10.4
David Binger <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
On Sep 22, 2005, at 8:44 PM, Chris Hardie wrote: > gcc -fno-strict-aliasing -Wno-long-double > -no-cpp-precomp -mno-fused-madd -fno-common -dynamic > -DNDEBUG -g -O3 -Wall -Wstrict-prototypes > -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/ > python2.3 > -c html/_c_htmltext.c -o > build/temp.darwin-8.2.0-Power_Macintosh-2.3/html/_c_htmltext.o > unable to execute gcc: No such file or directory > error: command 'gcc' failed with exit status 1 I think this means that gcc is not installed. It should be in /usr/ bin/gcc. If you download and install the Apple Developer Tools, it should solve this.