Erick Tryzelaar <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue3290> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com