From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Brown Newsgroups: gmane.emacs.devel Subject: Re: cannot build bzr tip on mingw Date: Mon, 02 May 2011 18:08:55 -0400 Message-ID: <4DBF2B77.50201@cornell.edu> References: <83tydc4zeo.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1304374163 22918 80.91.229.12 (2 May 2011 22:09:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 May 2011 22:09:23 +0000 (UTC) Cc: Eli Zaretskii , "emacs-devel@gnu.org" To: Sam Steingold Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 03 00:09:19 2011 Return-path: Envelope-to: ged-emacs-devel@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 1QH1Ip-00018Q-3r for ged-emacs-devel@m.gmane.org; Tue, 03 May 2011 00:09:15 +0200 Original-Received: from localhost ([::1]:57633 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QH1Io-0001nb-Dy for ged-emacs-devel@m.gmane.org; Mon, 02 May 2011 18:09:14 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QH1Il-0001n3-03 for emacs-devel@gnu.org; Mon, 02 May 2011 18:09:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QH1Ij-0005wQ-Q4 for emacs-devel@gnu.org; Mon, 02 May 2011 18:09:10 -0400 Original-Received: from granite1.mail.cornell.edu ([128.253.83.141]:51971 helo=authusersmtp.mail.cornell.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QH1Ij-0005vn-Lj; Mon, 02 May 2011 18:09:09 -0400 Original-Received: from [192.168.1.5] (cpe-67-249-196-94.twcny.res.rr.com [67.249.196.94]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id p42M93Sa018329 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Mon, 2 May 2011 18:09:04 -0400 (EDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-Received-From: 128.253.83.141 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139008 Archived-At: On 5/2/2011 5:13 PM, Sam Steingold wrote: > On Mon, May 2, 2011 at 4:31 PM, Eli Zaretskii wrote: >> But yes, you can use GCC 4, modulo the caveats in etc/PROBLEMS. > > how, given that it no longer supports -mno-cygwin? The -mno-cygwin option is being phased out in favor of a genuine cygwin-mingw cross compiler. The latter (gcc-4.5.1) will be officially available in about a month, but you can get it now if you don't want to wait. See http://cygwin.com/ml/cygwin-announce/2011-04/msg00015.html for instructions.