unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Christopher Cramer <crayc@pyro.net>
Subject: Re: Recluse v0.9
Date: Wed, 17 Apr 2002 19:13:50 -0500	[thread overview]
Message-ID: <20020417191350.A12649@kiwi.pyrotechnics.com> (raw)
In-Reply-To: <20020417105945.GA938@www>; from rm@fabula.de on Wed, Apr 17, 2002 at 12:59:45PM +0200

On Wed, Apr 17, 2002 at 12:59:45PM +0200, rm@fabula.de 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 <crayc@pyro.net> <http://www.pyro.net/~crayc/>
Quoi que vous fassiez, écrasez l'infâme, et aimez qui vous aime.
	-- Voltaire

_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


      reply	other threads:[~2002-04-18  0:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-15 21:06 Recluse v0.9 Christopher Cramer
2002-04-16 11:41 ` rm
2002-04-16 18:28   ` Christopher Cramer
2002-04-17 10:59     ` rm
2002-04-18  0:13       ` Christopher Cramer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020417191350.A12649@kiwi.pyrotechnics.com \
    --to=crayc@pyro.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).