From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.user Subject: Re: guile 2.0.9 build on mingw Date: Mon, 10 Jun 2013 15:09:09 -0400 Message-ID: <87sj0pvl4a.fsf@tines.lan> References: <83sj1hv2ml.fsf@gnu.org> <874ndx9y7h.fsf@pobox.com> <83ip2bt4qk.fsf@gnu.org> <8761xqhyyt.fsf@gnu.org> <83li6mt18y.fsf@gnu.org> <83wqq3mcq9.fsf@gnu.org> <87k3m3kor5.fsf@gnu.org> <83ehcalysu.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370891376 25084 80.91.229.3 (10 Jun 2013 19:09:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Jun 2013 19:09:36 +0000 (UTC) Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , guile-user@gnu.org To: Eli Zaretskii Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jun 10 21:09:36 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Um7TB-0002pZ-CY for guile-user@m.gmane.org; Mon, 10 Jun 2013 21:09:33 +0200 Original-Received: from localhost ([::1]:46716 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um7TA-0005RL-EQ for guile-user@m.gmane.org; Mon, 10 Jun 2013 15:09:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um7T1-0005RG-MK for guile-user@gnu.org; Mon, 10 Jun 2013 15:09:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Um7T0-0001eu-Kq for guile-user@gnu.org; Mon, 10 Jun 2013 15:09:23 -0400 Original-Received: from world.peace.net ([96.39.62.75]:55800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um7T0-0001eq-G3; Mon, 10 Jun 2013 15:09:22 -0400 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Um7Su-0006ME-Ls; Mon, 10 Jun 2013 15:09:16 -0400 In-Reply-To: <83ehcalysu.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 10 Jun 2013 19:23:45 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10423 Archived-At: Hi Eli, I've spoken with a couple of other people have successfully built Guile 2.0.9 on mingw. See for example. Are you configuring Guile with --disable-posix? Mark