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 ronaldoussoren
Recipients cfr, georg.brandl, hdiogenes, janssen, loewis, ned.deily, pipping, ronaldoussoren
Date 2011-03-11.21:37:37
SpamBayes Score 7.649061e-09
Marked as misclassified No
Message-id <1299879458.95.0.398041429923.issue1099@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch removes the call to libtool and always links the framework using gcc (as was already done for universal builds).

With this patch I can build the framework using the following configure command-line on OSX 10.6:

   ../configure --with-pydebug --enable-framework CC=gcc-4.0

Without this patch that build will fail due to a link error (the exact error is different than the one in the initial message in this issue, but should basically be the same problem).

I haven't fully tested the patch yet, in particular I haven't run the unittests yet and haven't tested on a 10.4 system (because I'm on a different continent than my OSX 10.4 box at the moment)
History
Date User Action Args
2011-03-11 21:37:39ronaldoussorensetrecipients: + ronaldoussoren, loewis, georg.brandl, janssen, hdiogenes, pipping, ned.deily, cfr
2011-03-11 21:37:38ronaldoussorensetmessageid: <1299879458.95.0.398041429923.issue1099@psf.upfronthosting.co.za>
2011-03-11 21:37:37ronaldoussorenlinkissue1099 messages
2011-03-11 21:37:37ronaldoussorencreate