guile-user
[Top][All Lists]
Advanced

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

Re: Recluse v0.9


From: Christopher Cramer
Subject: Re: Recluse v0.9
Date: Wed, 17 Apr 2002 19:13:50 -0500
User-agent: Mutt/1.2.5i

On Wed, Apr 17, 2002 at 12:59:45PM +0200, address@hidden wrote:
> > Have you configured Guile with the --with-threads option?
> 
> No, i haven't. Thank's for this information. Maybe this should be 
> mentioned in the INSTALL/README file? 

Yeah, I just put it in INSTALL.

> BTW, i just saw that thread-support can't be checked via guile-config.
> Wouldn't it be a good idea to provide this information?

It can be checked in other ways. I've added this to configure.in in
Recluse:

AC_MSG_CHECKING(for Guile thread support)
AC_TRY_LINK_FUNC(scm_spawn_thread, AC_MSG_RESULT(yes),
    AC_MSG_ERROR(you need to configure Guile with the --with-threads option))

-- 
Christopher Cramer <address@hidden> <http://www.pyro.net/~crayc/>
Quoi que vous fassiez, écrasez l'infâme, et aimez qui vous aime.
        -- Voltaire



reply via email to

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