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 Arfrever, BreamoreBoy, David.Kern, Greg.Hellings, Ray.Donnelly, WhiteTiger, doko, eric.araujo, kalev, marqvar, python-dev, rpetrov, tarek, vapier, wrobell
Date 2012-06-30.19:23:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341084228.23.0.222857498971.issue3754@psf.upfronthosting.co.za>
In-reply-to
Content
Matthias  I cannot follow all you questions as I'm on vacation so briefly:
a) ac_cv_thread is type correct one is with'p'
b) ncurses 
NCURSES_INTERNALS reported again in issue 14598
NCURSES_OPAQUE - i don't have time to explain all details but it could be reproduces on linux with version 2.7 
Even on linux to linux build it is required as it could depend from ncurses library version.

c) setup_info is my proposition to pass detection of readline libs from configure to setup.py . Use of readelf is not portable. Why to test again ? If on host platforms shared library is not in elf format  which tool to use ?

d) importlib.h is build now from executable. Probably we could introduce BUILD_CC . Out of scope for now

e) executable that load packages has to be located in builddir to allow "is python build" to be activated and packages from cross-build environment to be loaded.

After 3 weeks I could answer more.
History
Date User Action Args
2012-06-30 19:23:48rpetrovsetrecipients: + rpetrov, doko, wrobell, vapier, tarek, eric.araujo, Arfrever, WhiteTiger, BreamoreBoy, python-dev, David.Kern, Greg.Hellings, kalev, marqvar, Ray.Donnelly
2012-06-30 19:23:48rpetrovsetmessageid: <1341084228.23.0.222857498971.issue3754@psf.upfronthosting.co.za>
2012-06-30 19:23:47rpetrovlinkissue3754 messages
2012-06-30 19:23:47rpetrovcreate