View previous topic :: View next topic |
Author |
Message |
juno44 n00b
Joined: 08 Apr 2004 Posts: 36
|
Posted: Thu May 26, 2005 6:07 pm Post subject: unable to execute gcc |
|
|
Attempting to update a new instal of portage on a powerbook running OSX 10.3.9 but get the following error:
Code: | >>> Unpacking source...
>>> Unpacking python-fchksum-1.7.1.tar.gz to /var/tmp/portage/python-fchksum-1.7.1/work
>>> Source unpacked.
['setup.py', 'build']
running build
running build_ext
building 'fchksum' extension
creating build
creating build/temp.darwin-7.9.0-Power_Macintosh-2.3
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -c sum.c -o build/temp.darwin-7.9.0-Power_Macintosh-2.3/sum.o
unable to execute gcc: No such file or directory
error: command 'gcc' failed with exit status 1
!!! ERROR: dev-python/python-fchksum-1.7.1 failed.
!!! Function src_compile, Line 22, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message. |
Any ideas? _________________ 'where there's open source there's a way' |
|
Back to top |
|
|
steve_d555 Guru
Joined: 07 Nov 2004 Posts: 458 Location: Belmont, Massachusetts
|
Posted: Fri May 27, 2005 11:51 pm Post subject: |
|
|
Is gcc in your path? _________________ rubyforums | blog | boxwhore |
|
Back to top |
|
|
juno44 n00b
Joined: 08 Apr 2004 Posts: 36
|
Posted: Sat May 28, 2005 4:02 pm Post subject: |
|
|
What do you mean is it 'in your path'? _________________ 'where there's open source there's a way' |
|
Back to top |
|
|
steve_d555 Guru
Joined: 07 Nov 2004 Posts: 458 Location: Belmont, Massachusetts
|
Posted: Sat May 28, 2005 4:51 pm Post subject: |
|
|
Can you excecute gcc alone when not compiling? If not check to see where it is then add the path where gcc is to your ~/.bash_profile or ~/.bashrc $PATH variable. _________________ rubyforums | blog | boxwhore |
|
Back to top |
|
|
|