On Sep 26, 2009, at 17:02, Ludovic Courtès wrote:
Running srfi-18.test
WARNING: (srfi srfi-18): imported module (srfi srfi-34) overrides
core
binding `raise'
throw from within critical section.
error key: foo
/bin/sh: line 1: 74711 Abort trap ${dir}$tst
FAIL: check-guile
This must be related to http://savannah.gnu.org/bugs/?27457 .
Contributions welcome! ;-)
Oh, fun... yeah, I may take a look.
On GNU/Linux (RHEL 4), I had to download, build and install the GC
library, and took the stable one linked to from the web page for the
package. But that didn't declare GC_dump, so I had to disable
warnings in the build.
Which version is that? The declaration appears to be present at least
in 7.1 and current CVS.
I got version 6.8. It had the function, just not the declaration.
Ken