[Stackless] Can't compile Python Shared Library

Richard Tew richard.m.tew at gmail.com
Mon Jan 4 18:59:15 CET 2010


On Tue, Jan 5, 2010 at 3:03 AM, Ariel Ben Yehuda <ariel.bys at gmail.com> wrote:
>> Stackless/platf/switch_x86_unix.h:37: error: PIC register ‘ebx’ clobbered
>> in ‘asm’

Have you tried googling for the error?  I googled for it:

http://www.google.co.nz/search?q=PIC+register+%E2%80%98ebx%E2%80%99+clobbered+in+stackless

And this was the first link:

http://blog.some-abstract-type.com/2008/06/compiling-stackless-on-mac-os-intel.html

Which mentions this problem and uses this option:

--enable-stacklessfewerregisters

Have you tried this?

Cheers,
Richard.




More information about the Stackless mailing list