From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.bugs,gmane.lisp.guile.devel Subject: Re: Guile with win32 cross compiling Date: Sun, 19 Jun 2011 16:42:29 +0200 Message-ID: <87pqm9lw6i.fsf@gnu.org> References: <20110326220651.GA8300@flap> <20110401185020.GC13643@flap> <87r58rpfge.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1308494576 13151 80.91.229.12 (19 Jun 2011 14:42:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Jun 2011 14:42:56 +0000 (UTC) Cc: bug-guile@gnu.org, guile-devel@gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Jun 19 16:42:52 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QYJD9-0006t5-P3 for guile-bugs@m.gmane.org; Sun, 19 Jun 2011 16:42:51 +0200 Original-Received: from localhost ([::1]:40460 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYJD8-0008Ka-Pv for guile-bugs@m.gmane.org; Sun, 19 Jun 2011 10:42:50 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYJCt-0008KR-Vl for bug-guile@gnu.org; Sun, 19 Jun 2011 10:42:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYJCt-0004Xv-0X for bug-guile@gnu.org; Sun, 19 Jun 2011 10:42:35 -0400 Original-Received: from solo.fdn.fr ([80.67.169.19]:40676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYJCs-0004Xp-R0; Sun, 19 Jun 2011 10:42:34 -0400 Original-Received: from nixey (reverse-83.fdn.fr [80.67.176.83]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: lcourtes) by smtp.fdn.fr (Postfix) with ESMTPSA id 91AA644250; Sun, 19 Jun 2011 16:42:33 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 1 Messidor an 219 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: (Andy Wingo's message of "Thu, 28 Apr 2011 23:03:30 +0200") User-Agent: Gnus/5.110017 (No Gnus v0.17) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 80.67.169.19 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5668 gmane.lisp.guile.devel:12583 Archived-At: Hi! Andy Wingo skribis: > On Sun 24 Apr 2011 22:22, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Looks good to me. Could you factor it into an M4 macro, use >> AC_CACHE_CHECK, and move that to acinclude.m4? > > I tried and failed, so I pushed it anyway. Would you like to do the > refactoring as a separate commit? :-)) Sorry for being pathetic here > but it is beyond my autofoo. Done in commit 10c29ebde574b5bc45df70f313835b0c2e1f3a35. Ludo=E2=80=99.