2010/9/4 Thomas Robitaille <thomas.robitai...@gmail.com>: > export MACOSX_DEPLOYMENT_TARGET=10.6 > export CFLAGS="-arch i386 -arch x86_64" > export CPPFLAGS="-arch i386 -arch x86_64" > export FFLAGS="-arch i386 -arch x86_64" > export LDFLAGS="-Wall -undefined dynamic_lookup -bundle -arch i386 -arch > x86_64"
So you're on 10.6? (Because of the DEPLOYMENT_TARGET.) In general, distutils chooses the flags and tweaks them to match the options used when compiling Python. Did you install Python from source, and if yes, maybe with ppc? > ARCH_FLAGS="-arch i386-arch x86_64" I don't know how the ARCH_FLAGS are interpreted. > gcc-4.0 -DNDEBUG -g -O3 -arch i386 -arch x86_64 [...] -isysroot > /Developer/SDKs/MacOSX10.6.sdk [...] gcc-4.0? Thought you are on 10.6, there gcc-4.2 is the default. Further, this looks to me like you're using python.org Python, which is indeed gcc-4.0 compiled afaik. Maybe you're even using Apple Python?? (Don't know which compiler this is using.) So far, it's a bit incomplete, and sorry for the huge delay, Friedrich ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users