Oh well, here we go again. I'm trying to recompile the pycrypto for OSX 10.6 and after I download the source and do the build I get the following:
computer: pycrypto-2.0.1 Computer$ python setup.py build
running build
running build_py
running build_ext
building 'Crypto.Hash.MD2' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc -arch x86_64 -pipe -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c src/MD2.c -o build/temp.macosx-10.6-universal-2.6/src/MD2.o
unable to execute gcc-4.2: No such file or directory
error: command 'gcc-4.2' failed with exit status 1
Obviously it doesn't like something. Any idea what. It worked okay with Leopard?
regards
Last edited by pthwaite; 09-30-2009 at 02:40 PM.
Reason: Can't get rid of the smiley so slightly amended the start
|