Guido van Rossum <gu...@python.org> added the comment:

On my system (Snow Leopard OSX 10.6.8, Xcode 4.1) there are several different 
versions of gcc available in /usr/bin/. Some are symlinks to others; in 
particular gcc links to llvm-gccc-4.2. By using "./configure CC=gcc-4.2" I get 
a working config file. I ran "make clean" to avoid reusing possibly corrupt .o 
files compiled with the default.

----------
nosy: +gvanrossum

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13241>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to