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 wrobell
Recipients Arfrever, BreamoreBoy, David.Kern, Greg.Hellings, WhiteTiger, eric.araujo, rpetrov, wrobell
Date 2011-05-26.13:54:38
SpamBayes Score 0.019420201
Marked as misclassified No
Message-id <1306418078.88.0.257316413286.issue3754@psf.upfronthosting.co.za>
In-reply-to
Content
as well, by default one experiences

checking for /dev/ptmx... not set
configure: error: set ac_cv_file__dev_ptmx to yes/no in your CONFIG_SITE file when cross compiling


the workaround:

1. create config.site file with the following lines

     ac_cv_file__dev_ptmx=no
     ac_cv_file__dev_ptc=no

2. run configure script as: CONFIG_SITE=config.site ./configure --host...

would be it ok if i add appropriate options for /dev/ptmx and /dev/ptc to this patch so we do not have to play with config.site file?
History
Date User Action Args
2011-05-26 13:54:39wrobellsetrecipients: + wrobell, eric.araujo, rpetrov, Arfrever, WhiteTiger, BreamoreBoy, David.Kern, Greg.Hellings
2011-05-26 13:54:38wrobellsetmessageid: <1306418078.88.0.257316413286.issue3754@psf.upfronthosting.co.za>
2011-05-26 13:54:38wrobelllinkissue3754 messages
2011-05-26 13:54:38wrobellcreate