z_axis <z_a...@163.com> skribis: > i have installed threaded libgc: > $pkg_info | grep boehm-gc > boehm-gc-7.1 Garbage collection and memory leak detection for C > and C++ > boehm-gc-threaded-7.1_1 Garbage collection and memory leak detection > for C and C++
[...] > $./configure --prefix=/home/***/guile --with-threads > LDFLAGS='-L/usr/local/lib' > $gmake > ... > 0x281d4ef4 is not a GC visible pointer location > GC_is_visible test failed > Abort trap As others pointed out, using version 7.2 may work better, and disabling thread support may also work better on FreeBSD 9. Ludo’.