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 rpetrov
Recipients BreamoreBoy, amaury.forgeotdarc, cfriedt, eric.araujo, gregory.p.smith, hanwen, janneke-sf, kumba, lkcl, loewis, n03702, nzjrs, rmt38, rpetrov, rwmjones, scott.tsai, sraue, tarek
Date 2010-08-23.22:39:20
SpamBayes Score 9.264116e-07
Marked as misclassified No
Message-id <1282603162.94.0.547232343121.issue1597850@psf.upfronthosting.co.za>
In-reply-to
Content
-1 for the patch (after review of cross-3.0-0.7.diff) :
1) AC_CHECK_TOOLS(CC,gcc cc) and AC_CHECK_TOOLS(CXX,g++ c++) is bogus 
2) "$CC -dumpmachine" when is added AC_CANONICAL_HOST is bogus
3) if (strcmp(buffe,me) "123")) is buggy

Good point is setup.py is to exclude default searches for header/libraries in /usr/XXX directories . Note that this is requested in other issues not related to cross compilation.

About pgen build i'm not sure that is wort to cross-build as there is no reason to recreate files , right ? To me this is only dependency issue.
History
Date User Action Args
2010-08-23 22:39:23rpetrovsetrecipients: + rpetrov, loewis, gregory.p.smith, lkcl, hanwen, amaury.forgeotdarc, janneke-sf, rmt38, scott.tsai, nzjrs, tarek, cfriedt, eric.araujo, rwmjones, sraue, n03702, kumba, BreamoreBoy
2010-08-23 22:39:22rpetrovsetmessageid: <1282603162.94.0.547232343121.issue1597850@psf.upfronthosting.co.za>
2010-08-23 22:39:20rpetrovlinkissue1597850 messages
2010-08-23 22:39:20rpetrovcreate