steven mestdagh <[EMAIL PROTECTED]> writes:

> hi,
>
> I'm using OpenBSD 3.9 beta. With guile 1.8.0, the build runs fine but
> the following error occurs when running the test suite. The code for
> scm_init_guile seems to have been removed from init.c?

scm_init_guile is in threads.c, but only if HAVE_GET_THREAD_STACK_BASE
is defined - so presumably the problem is that
HAVE_GET_THREAD_STACK_BASE does not get defined on your OS.

We should fix test-num-integral so that it still builds in that case,
of course.  Do you also need scm_init_guile for your own programs?

    Neil 



_______________________________________________
Bug-guile mailing list
[email protected]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to