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
_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to