Message136962
| 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? |
|