From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: "configure cannot test when cross-compiling" should be ok Date: Mon, 15 May 2006 09:22:08 +1000 Message-ID: <87bqu0tcnz.fsf@zip.com.au> References: <8a4b88390605140809g389cbf2va2f265b8660aeab3@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1147665154 20185 80.91.229.2 (15 May 2006 03:52:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 May 2006 03:52:34 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon May 15 05:52:29 2006 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FfU89-0008EH-Oc for guile-bugs@m.gmane.org; Mon, 15 May 2006 05:52:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FfU89-0005E4-76 for guile-bugs@m.gmane.org; Sun, 14 May 2006 23:52:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FfU86-0005Cq-MF for bug-guile@gnu.org; Sun, 14 May 2006 23:52:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FfU85-0005Bz-SE for bug-guile@gnu.org; Sun, 14 May 2006 23:52:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FfU85-0005Bw-PO for bug-guile@gnu.org; Sun, 14 May 2006 23:52:21 -0400 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FfPxs-0007pN-8E for bug-guile@gnu.org; Sun, 14 May 2006 19:25:34 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by mx20.gnu.org with esmtp (Exim 4.52) id 1FfPvN-0001O6-7a for bug-guile@gnu.org; Sun, 14 May 2006 19:22:57 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (Postfix) with ESMTP id EB3893A7D28; Mon, 15 May 2006 09:22:14 +1000 (EST) Original-Received: from localhost (ppp24AD.dyn.pacific.net.au [61.8.36.173]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k4ENMDDu029471; Mon, 15 May 2006 09:22:14 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1FfPua-0002Fs-00; Mon, 15 May 2006 09:22:08 +1000 Original-To: "The Senator" In-Reply-To: <8a4b88390605140809g389cbf2va2f265b8660aeab3@mail.gmail.com> (The Senator's message of "Mon, 15 May 2006 03:09:50 +1200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3247 Archived-At: "The Senator" writes: > > checking for restartable system calls... configure: error: cannot run > test program while cross compiling You should be able to force it with ./configure ac_cv_sys_restartable_syscalls=yes or "no" if that's the right answer, I don't know how system calls and signals interact on mingw. > --- configure-old-with-errors 2006-05-13 20:19:06.000000000 +1200 > +++ configure 2006-05-15 02:44:35.000000000 +1200 > @@ -37596,7 +37596,7 @@ > See \`config.log' for more details." >&5 > echo "$as_me: error: cannot run test program while cross compiling > See \`config.log' for more details." >&2;} > - { (exit 1); exit 1; }; } > + } That's probably not what you want. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile