Re: ARM cross compile - one last problem

2007-06-19 Thread Martin v. Löwis
> Alright, I looked into this a little more, and those symbols > definitely exist in my compiled python executable. How are extensions > linked to the python interpreter? Python assumes that extension modules can be linked against the executable, i.e. that *at run-time* those symbols will get reso

Re: ARM cross compile - one last problem

2007-06-19 Thread Justin T.
On Jun 19, 10:49 am, [EMAIL PROTECTED] wrote: > Hello all, > > I've been trying to get Python to cross compile to linux running on an > ARM. I've been fiddling with the cross compile patches > here:http://sourceforge.net/tracker/index.php?func=detail&aid=1597850&grou... > > and I've had some succe

ARM cross compile - one last problem

2007-06-19 Thread jmtulloss
Hello all, I've been trying to get Python to cross compile to linux running on an ARM. I've been fiddling with the cross compile patches here: http://sourceforge.net/tracker/index.php?func=detail&aid=1597850&group_id=5470&atid=305470 and I've had some success. Python compiles and now all of the e