I'm trying to test the Psyco python jit compiler on x64; it's a 32-bit only beast, so I wanted to build a 32-bit version of python. I haven't had much luck building a 32-bit python, at least partially because (I think) the default gcc doesn't support -m32. If you've made this work, could you please drop me a line with a clue? Thanks.