[Stackless] Can't compile Python Shared Library

Ariel Ben Yehuda ariel.bys at gmail.com
Mon Jan 4 15:00:38 CET 2010


Hello and I have problems again (this time googled them before)

I wanted to make C extensions but they tried to find the python sharedlib
while compiling and failed (unless I statlinked them into 3MB land)

So, I read the README file and found out that with ./configure
--enable-shared, I can make a sharedlib.

$ ./configure --enable-shared
...
$ make
...
Stackless/platf/switch_x86_unix.h:37: error: PIC register ‘ebx’ clobbered in
‘asm’
(normal make error msg)

Can you help?
-- 
- Ariel Ben-Yehuda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.stackless.com/pipermail/stackless/attachments/20100104/04ce8daa/attachment.htm>


More information about the Stackless mailing list