guile-user
[Top][All Lists]
Advanced

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

Re: Guile 6.4 on NCR MPRAS


From: Kevin Ryde
Subject: Re: Guile 6.4 on NCR MPRAS
Date: Sun, 28 Mar 2004 07:33:11 +1000
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

Kevin Pendleton <address@hidden> 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: #<procedure time-utc->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.




reply via email to

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