Thanks, Steve _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/6DBYMDCDLOS245XK57BD3E2GXGVDMBPX/ Code of Conduct: http://python.org/psf/codeofconduct/
So over on https://bugs.python.org/issue22699 I've been talking to
myself as I figure out all the ways that cross-compiling (on Ubuntu,
targeting another Linux distro via an SDK) fails.
In short, it's either because sysconfig can't provide details about any
CPython install other than the currently running one, or it's because
our setup.py (for building the CPython extension modules) uses sysconfig.
Either way, I'm not about to propose a rewrite to fix either of them
without finding those who are most involved in these areas. Please come
join me on the bug.
- [Python-Dev] [bpo-22699] Cross-compiling and f... Steve Dower
- [Python-Dev] Re: [bpo-22699] Cross-compil... Ivan Pozdeev via Python-Dev
- [Python-Dev] Re: [bpo-22699] Cross-co... Steve Dower
- [Python-Dev] Re: [bpo-22699] Cross-co... Matthias Klose