This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients Julian, Nam.Nguyen, Oleg.Plakhotnyuk, Yury.Selivanov, barry, ezio.melotti, gvanrossum, michael.foord, ned.deily, ronaldoussoren, vstinner, xapple
Date 2012-01-10.00:34:27
SpamBayes Score 3.1624168e-07
Marked as misclassified No
Message-id <1326155668.47.0.0436583280877.issue13241@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-01-10 00:34:28gvanrossumsetrecipients: + gvanrossum, barry, ronaldoussoren, vstinner, ned.deily, ezio.melotti, michael.foord, Yury.Selivanov, Julian, Nam.Nguyen, Oleg.Plakhotnyuk, xapple
2012-01-10 00:34:28gvanrossumsetmessageid: <1326155668.47.0.0436583280877.issue13241@psf.upfronthosting.co.za>
2012-01-10 00:34:27gvanrossumlinkissue13241 messages
2012-01-10 00:34:27gvanrossumcreate