From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Christopher Cramer Newsgroups: gmane.lisp.guile.user Subject: Re: Recluse v0.9 Date: Wed, 17 Apr 2002 19:13:50 -0500 Sender: guile-user-admin@gnu.org Message-ID: <20020417191350.A12649@kiwi.pyrotechnics.com> References: <20020415160629.A26697@kiwi.pyrotechnics.com> <20020416114138.GA32167@www> <20020416132812.A9392@kiwi.pyrotechnics.com> <20020417105945.GA938@www> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1019092765 29819 127.0.0.1 (18 Apr 2002 01:19:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 18 Apr 2002 01:19:25 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16y0a4-0007kq-00 for ; Thu, 18 Apr 2002 03:19:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16xzZs-0007Ev-00; Wed, 17 Apr 2002 20:15:08 -0400 Original-Received: from pyro.net ([207.7.10.2] helo=kiwi.pyro.net) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16xzXW-0006pK-00 for ; Wed, 17 Apr 2002 20:12:42 -0400 Original-Received: (qmail 14177 invoked by uid 8610); 18 Apr 2002 00:13:50 -0000 Original-To: guile-user@gnu.org Mail-Followup-To: guile-user@gnu.org Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020417105945.GA938@www>; from rm@fabula.de on Wed, Apr 17, 2002 at 12:59:45PM +0200 Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:212 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:212 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 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