Hello,

FreeBSD packages Guile 1.8 so I am performing a source build of Guile 2.0.9. I was able to configure it to get guile to compile, but the following tests fail when I run make check:

test-system-cmds
test-fast-slot-ref
test-use-srfi
test-with-guile-module
test-scm-spawn-thread
test-pthread-create

I'm still looking at what might've gone wrong. These are the commands I entered (after installing libunistring and boehm-gc-threaded):

./configure LIBS='-lgc-threaded' LDFLAGS=-L/usr/local/lib --prefix=/usr/local
make
make check

I tried adding '-lpthread', but it did not make any difference. I have attached the output of all three of those commands to this email.

Thanks,
saffronsnail