This is in my install.log, you should've seen something similar:
building 'pebl._cpd' extension
C compiler: gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp
-mno-fused-madd -fno-common -dynamic -DNDEBUG -g -Os -Wall
-Wstrict-prototypes -DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -arch
i386 -arch ppc -pipe
compile options:
'-I/Library/Python/2.5/site-packages/numpy-1.0.4-py2.5-macosx-10.5-ppc.egg/numpy/core/include
-I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5
-c'
gcc: src/pebl/_cpd.c
gcc -Wl,-F. -bundle -undefined dynamic_lookup -arch i386 -arch ppc
build/temp.macosx-10.5-ppc-2.5/src/pebl/_cpd.o -o
build/lib.macosx-10.5-ppc-2.5/pebl/_cpd.so
Thanks,
Abhik.
I like using virtualenv to create separate python sandboxes for each
project. That way I can always return to a clean slate by just
creating a new environment.
Hope that helps,
Abhik.