From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.user Subject: Re: Guile 6.4 on NCR MPRAS Date: Sun, 28 Mar 2004 07:33:11 +1000 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <87ptay9drc.fsf@zip.com.au> References: <1080347191.26226.418.camel@s11> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080444005 14655 80.91.224.253 (28 Mar 2004 03:20:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Mar 2004 03:20:05 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Mar 28 05:19:57 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B7Qq5-0003oh-00 for ; Sun, 28 Mar 2004 05:19:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B7MKQ-0008VR-S6 for guile-user@m.gmane.org; Sat, 27 Mar 2004 17:30:58 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B7MJD-0008MZ-0A for guile-user@gnu.org; Sat, 27 Mar 2004 17:29:43 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B7MIf-0008Gp-Iv for guile-user@gnu.org; Sat, 27 Mar 2004 17:29:40 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1B7MIf-0008DH-8s for guile-user@gnu.org; Sat, 27 Mar 2004 17:29:09 -0500 Original-Received: from [61.8.0.85] (helo=mailout2.pacific.net.au) by mx20.gnu.org with esmtp (Exim 4.30) id 1B7LQs-0006fB-5E for guile-user@gnu.org; Sat, 27 Mar 2004 16:33:34 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i2RLXN5v003444; Sun, 28 Mar 2004 07:33:23 +1000 Original-Received: from localhost (ppp2084.dyn.pacific.net.au [61.8.32.132]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i2RLXLsf000384; Sun, 28 Mar 2004 07:33:22 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1B7LQX-0000Vo-00; Sun, 28 Mar 2004 07:33:13 +1000 Original-To: Kevin Pendleton In-Reply-To: <1080347191.26226.418.camel@s11> (Kevin Pendleton's message of "26 Mar 2004 17:26:31 -0700") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:3014 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:3014 Kevin Pendleton writes: > > I then set LIBS="-lm -lmw -lnsl" configure is supposed to grab -lnsl when needed, by looking for gethostbyname. You can check if that's happened. It ought to get into libguile.la as a dependency. What's -lmw and what's it needed for? > FAIL: srfi-19.test: SRFI date/time library: #date > (time . tz-offset)> respects local DST if no TZ-OFFSET given Might be the way TZ is changed only with putenv (in the tests). I think configure decides a LOCALTIME_CACHE for when tzset needs to be called (and it's then called by `localtime' etc). You might have to investigate further. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user