When trying to compile a simple test file with Blackhole under Mingw/MSys I get
~ $ bh compile foo.scm
gcc: error: foo-rt.c: No such file or directory gcc: fatal error: no input files compilation terminated. gcc: error: foo-ct.c: No such file or directory gcc: fatal error: no input files compilation terminated. gcc: error: foo-vt.c: No such file or directory gcc: fatal error: no input files compilation terminated. gcc: error: foo-mi.c: No such file or directory gcc: fatal error: no input files compilation terminated. gcc: error: foo.o1.c: No such file or directory gcc: fatal error: no input files compilation terminated.
Any clues?
Also when trying to compile the BH with --enable-single-host'ed Gambit I ran out of memory, is that to be expected? ISTR it has worked in the past... Without --enable-single-host it compiles just fine though.