From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.user Subject: Re: Guile 1.7.91 has been released. Date: Tue, 14 Feb 2006 08:48:09 +1100 Message-ID: <87oe1brkva.fsf@zip.com.au> References: <87y80gyxrq.fsf@zagadka.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139867344 12415 80.91.229.2 (13 Feb 2006 21:49:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 21:49:04 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Feb 13 22:49:00 2006 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8lYo-0007jX-3r for guile-user@m.gmane.org; Mon, 13 Feb 2006 22:48:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8lYn-0007wN-NV for guile-user@m.gmane.org; Mon, 13 Feb 2006 16:48:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8lYh-0007vq-QE for guile-user@gnu.org; Mon, 13 Feb 2006 16:48:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8lYg-0007vX-Hu for guile-user@gnu.org; Mon, 13 Feb 2006 16:48:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8lYg-0007vU-EL for guile-user@gnu.org; Mon, 13 Feb 2006 16:48:34 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F8ldB-00045Y-8a for guile-user@gnu.org; Mon, 13 Feb 2006 16:53:14 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1DLmPDE001590; Tue, 14 Feb 2006 08:48:26 +1100 Original-Received: from localhost (ppp230A.dyn.pacific.net.au [61.8.35.10]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1DLmOmM021381; Tue, 14 Feb 2006 08:48:24 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1F8lYH-0005S2-00; Tue, 14 Feb 2006 08:48:09 +1100 Original-To: hanwen@xs4all.nl In-Reply-To: (Han-Wen Nienhuys's message of "Mon, 13 Feb 2006 08:37:13 +0000 (UTC)") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5152 Archived-At: hanwen@byrd.xs4all.nl (Han-Wen Nienhuys) writes: > > ## Remove fileblocks.o from the object list. This file gets added by > ## the Autoconf macro AC_STRUCT_ST_BLOCKS. But there is no need. > #LIBOBJS="`echo ${LIBOBJS} | sed 's/fileblocks\.o//g'`" Actually, the bit preceding that seems relevant, ## NOTE the code below sets LIBOBJS directly and so is now forbidden ## -- I'm disabling it for now in the hopes that the newer autoconf ## will DTRT -- if not, we need to fix up the sed command to match the ## others... I guess AC_STRUCT_ST_BLOCKS should be changed to AC_CHECK_MEMBERS([struct stat.st_blocks]) if we only want the field test, not the libobj. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user