From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: hanwen@byrd.xs4all.nl (Han-Wen Nienhuys) Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.devel Subject: Re: Guile 1.7.91 has been released. Date: Mon, 13 Feb 2006 08:37:13 +0000 (UTC) Organization: LilyPond development Message-ID: References: <87y80gyxrq.fsf@zagadka.de> Reply-To: hanwen@xs4all.nl NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1139819896 22676 80.91.229.2 (13 Feb 2006 08:38:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 08:38:16 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Feb 13 09:38: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 1F8ZDU-00063j-B8 for guile-user@m.gmane.org; Mon, 13 Feb 2006 09:37:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8ZDT-0002Xm-NF for guile-user@m.gmane.org; Mon, 13 Feb 2006 03:37:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8ZD7-0002Qs-PN for guile-user@gnu.org; Mon, 13 Feb 2006 03:37:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8ZD5-0002QK-Ry for guile-user@gnu.org; Mon, 13 Feb 2006 03:37:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8ZD5-0002QF-Lw for guile-user@gnu.org; Mon, 13 Feb 2006 03:37:27 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F8ZHU-00037n-Up for guile-user@gnu.org; Mon, 13 Feb 2006 03:42:01 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F8ZD1-0005x1-02 for guile-user@gnu.org; Mon, 13 Feb 2006 09:37:23 +0100 Original-Received: from muurbloem.xs4all.nl ([213.84.26.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Feb 2006 09:37:22 +0100 Original-Received: from hanwen by muurbloem.xs4all.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Feb 2006 09:37:22 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: guile-user@gnu.org Original-Lines: 38 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: muurbloem.xs4all.nl X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Originator: hanwen@byrd.xs4all.nl (Han-Wen Nienhuys) 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:5149 gmane.lisp.guile.devel:5683 Archived-At: In article <87y80gyxrq.fsf@zagadka.de>, Marius Vollmer wrote: >We are pleased to announce the release of Guile 1.7.91. This is a >release candidate for Guile 1.8. It can be found here: cross-compiling from Linux/x86 to Mingw/x86: Making all in libguile make[2]: Entering directory `/home/hanwen/vc/gub/target/mingw/build/guile-1.7.91/libguile' make[2]: *** Geen regel voor aanmaken doel `fileblocks.x', nodig voor `all'. Stop. make[2]: Leaving directory `/home/hanwen/vc/gub/target/mingw/build/guile-1.7.91/libguile' make[1]: *** [all-recursive] Fout 1 make[1]: Leaving directory `/home/hanwen/vc/gub/target/mingw/build/guile-1.7.91'm there is no fileblocks.* anywhere. Configure mentions ## 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'`" I got this when configuring with /home/hanwen/vc/gub/target/mingw/src/guile-1.7.91/configure --config-cache --enable-shared --disable-static --build=i386-redhat-linux --host=i686-mingw32 --target=i686-mingw32 --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --libdir=/usr/lib --without-threads --with-gnu-ld --enable-deprecated --enable-discouraged --disable-error-on-warning --enable-relocation --disable-rpath PATH_SEPARATOR=; LDFLAGS=-L/home/hanwen/vc/gub/target/mingw/system/usr/lib CC_FOR_BUILD= C_INCLUDE_PATH= CPPFLAGS= LIBRARY_PATH= LDFLAGS= cc -I/home/hanwen/vc/gub/target/mingw/build/guile-1.7.91 -I/home/hanwen/vc/gub/target/mingw/src/guile-1.7.91 -I/home/hanwen/vc/gub/target/mingw/build/guile-1.7.91/libguile -I. -I/home/hanwen/vc/gub/target/mingw/src/guile-1.7.91/libguile _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user