-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
It seems that gambit doesn't disable reading of gambcext while running tests. My gambcext does (load "~~/syntax-case"). Without gambcext tests run fine, but when syntax-case is loaded, the following happens:
make[1]: Entering directory `/var/tmp/portage/dev-scheme/gambit-4.0_beta22/work/gambc-4.0b22/tests' - ------------ TEST 1 (debugging support) LD_LIBRARY_PATH=../lib: ../gsi/gsi -f debug.scm > test1.out diff test1.ok test1.out && rm -f test1.out - ------------ TEST 2 (error handling) LD_LIBRARY_PATH=../lib: ../gsi/gsi -:h4000 -f error.scm < error.scm > test2.out *** ERROR IN ##gen-glo-ref -- Heap overflow make[1]: *** [test2] Error 70 make[1]: Leaving directory `/var/tmp/portage/dev-scheme/gambit-4.0_beta22/work/gambc-4.0b22/tests' make: *** [check] Error 2
Marijn