[sqlalchemy] [0.7.1] Building C extentions fail on installing for OS X

2011-06-24 Thread Martijn
When installing on OSX the install log shows: building 'sqlalchemy.cprocessors' 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

Re: [sqlalchemy] [0.7.1] Building C extentions fail on installing for OS X

2011-06-24 Thread Tony Theodore
On 24 June 2011 18:50, Martijn mart...@xs4us.nu wrote: When installing on OSX the install log shows: building 'sqlalchemy.cprocessors' extension gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc -arch

Re: [sqlalchemy] [0.7.1] Building C extentions fail on installing for OS X

2011-06-24 Thread Martijn
Thanks, but changing is not a real option for now since lots of modules are compiled against this version I never had this problem with other versions of sqla though It is about time PPC supported by default should be dropped.. On Jun 24, 2011, at 12:30 , Tony Theodore wrote: On 24 June

Re: [sqlalchemy] [0.7.1] Building C extentions fail on installing for OS X

2011-06-24 Thread Michael Bayer
This is a distutils issue, those flags are part of your Python install. There's ways to affect what they come out as with environment variables, but in my experience installing the OSX build from the Python site (or building a new Python from scrtch) is usually the only way to really get