Hi I am trying to compile Stackless on a ARM box. I tried with these commands:
tar xf stackless-262-export.tar.bz2 cd stackless-2.6.2 sudo mkdir -p /opt/stackless ./configure --prefix=/opt/stackless make STACKLESS=1 sudo make altinstall But the python I got has not the stackless module. Are these the correct commands to instruct the compilation to build the stackless module? I tried looking at the code in Stackless/platf dir and I found that the code tests the definition of __arm__ && _thumb__ or __arm32__ In my box, the definitions that gcc puts in by default are these: http://pastebin.com/NMPEJB5g You can see that there is __arm__ but not __thumb__. And there is not __arm32__. Anybody knows what I could do? Is any variant of ARM a completely different story? At least for what Stackless needs? TIA --Luca _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
