[issue3290] python-config --cflags includes irrelevant flags

Erick Tryzelaar report at bugs.python.org
Fri Sep 26 20:59:44 CEST 2008


Erick Tryzelaar <idadesub at users.sourceforge.net> added the comment:

fyi, on the mac with gcc-4.2, distutils is erroring out because of the "-
Wno-long-double" it is getting from "python-config --cflags", as it's no 
longer accepted as an argument. Fortunately this can be worked around by 
doing "CC=gcc-4.0 python setup.py".

----------
nosy: +erickt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3290>
_______________________________________


More information about the Python-bugs-list mailing list