If I

perl Configure.pl --cgoto=0 && make all test

then the build fails with:

ccache /usr/local/bin/gcc -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H  -I/usr/local/include  
-Wall -Wstrict-prototypes -Wmissing-prototypes -Winline -Wshadow -Wpointer-arith 
-Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Winline -W -Wno-unused 
-Wsign-compare -Wformat-nonliteral -Wformat-security -Wpacked -Wpadded 
-Wdisabled-optimization  -I./include  -DHAS_JIT -DI386 -o jit_cpu.o -c jit_cpu.c
In file included from jit_cpu.c:39:
include/parrot/jit_emit.h:2302:39: parrot/oplib/core_ops_cgp.h: No such file or 
directory
In file included from jit_cpu.c:39:
include/parrot/jit_emit.h: In function `Parrot_jit_begin':
include/parrot/jit_emit.h:2349: `cgp_core' undeclared (first use in this function)
include/parrot/jit_emit.h:2349: (Each undeclared identifier is reported only once
include/parrot/jit_emit.h:2349: for each function it appears in.)
*** Error code 1


And if I don't disable cgoto I run out of swap. :-(
I've got 96M of swap, which happens to be enough to build world, perl and
gcc 3.2

I've not tried X yet :-)

Nicholas Clark

Reply via email to