cross-compiling Python
Dan Kegel
dank@kegel.com
Sun Oct 17 05:37:00 GMT 2004
I've collected a few notes about crossbuilding Python at
http://kegel.com/crosstool/python.html
The patch ptxdist uses is good, but doesn't keep
setup.py from finding build system libraries when
building extensions. I think the Gentoo patch does
(see where it puts a prefix on the /usr it searches in).
And then there's the patch in the Python patch tracker
that adds autoconf support for crosscompilation.
Somebody should wrap all those up in a nice package
and get 'em in the python mainline. Guido expressed
support for the idea a couple years ago, so it might
actually happen.
- Dan
--
Trying to get a job as a c++ developer? See http://kegel.com/academy/getting-hired.html
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
More information about the crossgcc
mailing list