When running configure, pass the --enable-stacklessfewerregisters
parameter to it:

./configure --enable-stacklessfewerregisters

Then run "make".

Carlos

On Mon, May 25, 2009 at 2:08 PM, Stephen Hassard <[email protected]> wrote:
> Hi folks,
>
> I'm having problems building Stackless 2.6.2 on my Mac box.
>
> Here's the error:
>
> gcc -c -fno-strict-aliasing -DSTACKLESS_FRHACK=0 -fno-common -dynamic
> -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include
> -I./Stackless   -DPy_BUILD_CORE -fomit-frame-pointer -O2 -I. -o
> Stackless/core/slp_transfer.o ./Stackless/core/slp_transfer.c
> ./Stackless/core/slp_transfer.c: In function ‘slp_transfer’:
> ./Stackless/core/slp_transfer.c:143: warning: control may reach end of
> non-void function ‘slp_switch’ being inlined
> ./Stackless/platf/switch_x86_unix.h:37: error: PIC register ‘ebx’ clobbered
> in ‘asm’
> make: *** [Stackless/core/slp_transfer.o] Error 1
>
> Any hints?
>
> Thanks!
> _______________________________________________
> Stackless mailing list
> [email protected]
> http://www.stackless.com/mailman/listinfo/stackless
>



-- 
-----------------------------------------
Carlos Eduardo de Paula
[email protected]
http://twitter.com/carlosedp
-----------------------------------------

_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to