bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: undefined reference to `scm_init_guile'


From: Neil Jerram
Subject: Re: undefined reference to `scm_init_guile'
Date: Wed, 08 Mar 2006 08:50:56 +0000
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

steven mestdagh <address@hidden> 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 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]