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 bobatkins, jackjansen, jprante, lemburg, loewis, pitrou, rpetrov, sergiodj, spacey
Date 2009-10-30.22:42:53
SpamBayes Score 4.622454e-07
Marked as misclassified No
Message-id <1256942575.45.0.272884716744.issue1628484@psf.upfronthosting.co.za>
In-reply-to
Content
Marc-Andre,
Thanks for the reference but what about to open manual for AC_PROG_CC ?



Antoine,
please don't mess kind of cross compilation into this thread.


About patches:
Change of libdir are subject to other requests - require changes in
distutils - out of scope.

About CFLAGS : 
To ignore options like -g -O2 set by AC_PROG_CC just enclose macro in
py_save_CFLAGS ... CFLAGS=$py_save_CFLAGS. Тhe python build system use
own options OPT to set -g -O3 and etc. Please see comments in configure
for OPT.

About LDFLAGS with passing to setup.py (last place without it) is good
to remove all other references as I do in other issue . I won't update
my patch to apply cleanly to trunk if there is no interest.
History
Date User Action Args
2009-10-30 22:42:55rpetrovsetrecipients: + rpetrov, lemburg, loewis, jackjansen, pitrou, bobatkins, sergiodj, spacey, jprante
2009-10-30 22:42:55rpetrovsetmessageid: <1256942575.45.0.272884716744.issue1628484@psf.upfronthosting.co.za>
2009-10-30 22:42:53rpetrovlinkissue1628484 messages
2009-10-30 22:42:53rpetrovcreate