I'm trying to install Python Imaging Library, Running on Mac OS X 10.6.8 Python version 2.6
Everything went well until I ran
python setup.py build_ext -i
I get the following error on Terminal
unable to execute gcc-4.2: No such file or directory
error: command 'gcc-4.2' failed with exit status 1
-- Could you please advice if I need to install some other library prior to running this installation? --- many thanks