All pastes #2109628 Raw Edit

Mine

public text v1 · immutable
#2109628 ·published 2012-02-04 10:53 UTC
rendered paste body
$ make -j4
/bin/sh ./genconfig
rm -f gauche/config_threads.h
echo "/* Generated automatically from gc config header; do not edit. */" > gauche/config_threads.h
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./../gc/include -I../gc/include -I./../gc/libatomic_ops/src -I../gc/libatomic_ops/src  -march=i686 -DUSE_I686_PREFETCH -c winmain.c
/bin/sh ./genconfig
grep '^#define GC_[0-9A-Z_]*THREADS' ../gc/include/private/config.h >> gauche/config_threads.h || :
In file included from main.c:34:0,
                 from winmain.c:2:
gauche.h:57:25: fatal error: gauche/arch.h: No such file or directory
compilation terminated.
make: *** [winmain.o] Error 1
make: *** Waiting for unfinished jobs....