Skip to content Skip to sidebar Skip to footer

Edit C Compiler Used In MySQLdb Python

I am trying to install MySQLdb 1.2.3 on Mac OSX Lion 10.7.3. When I run $ sudo ARCHFLAGS='-arch x86_64' python setup.py build An error is thrown that says: gcc-4.2 -fno-strict-al

Solution 1:

Meh.

CC=gcc python setup.py ...

Post a Comment for "Edit C Compiler Used In MySQLdb Python"