I'm trying to compile -r79517(the HEAD) from release26-maint, and run into this problem:
gcc -pthread -c -fno-strict-aliasing -DSTACKLESS_FRHACK=0 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I./Stackless -fPIC -DPy_BUILD_CORE -fno-omit-frame-pointer -O2 -I. -o Stackless/core/slp_transfer.o ./Stackless/core/slp_transfer.c ./Stackless/platf/switch_x86_unix.h: In function 'slp_transfer': ./Stackless/platf/switch_x86_unix.h:37: error: PIC register 'ebx' clobbered in 'asm' This is Ubuntu 9.04, fully updated, 32-bit. But its also virtual private server (OpenVZ) so I don't know entirely if that's supported. Thanks in advance. --S
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
