From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: cannot build bzr tip on mingw Date: Mon, 2 May 2011 17:13:53 -0400 Message-ID: References: <83tydc4zeo.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 1304370844 2734 80.91.229.12 (2 May 2011 21:14:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 May 2011 21:14:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 02 23:14:00 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 1QH0RM-0003FZ-3E for ged-emacs-devel@m.gmane.org; Mon, 02 May 2011 23:14:00 +0200 Original-Received: from localhost ([::1]:41330 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QH0RL-0003Uf-I0 for ged-emacs-devel@m.gmane.org; Mon, 02 May 2011 17:13:59 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QH0RJ-0003UY-4P for emacs-devel@gnu.org; Mon, 02 May 2011 17:13:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QH0RI-0005Ji-6z for emacs-devel@gnu.org; Mon, 02 May 2011 17:13:57 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:56715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QH0RG-0005JL-U0; Mon, 02 May 2011 17:13:55 -0400 Original-Received: by vws4 with SMTP id 4so5881650vws.0 for ; Mon, 02 May 2011 14:13:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=1EvPWs4cOqBjD8/m9KrD4YhNkoJfwnauLpX5QfltAeM=; b=i2y2mlyUJ8RnH6OrbuZommWPxqJqZJAvLGKzf43w47NaXczrZIgyU9jjDEkPK2UzLL 9vvrgdAuSRcA+gQfyhZc4hY3eNj5jbBzW2AxtOttTYuQ+83pjEzPUmZaJI3TDVUCZPxL nJuZMLfaAlFtuVKjkiEtrpO5ebnQzFWFAGmcA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=Qc6ufFk0IqWqcdghWLOnaPAHssfCr0VClpXNjgjudxQaEU4M0LE+lFulAAitw1j36J LrQEk5Tr/Sjj/Xf9i9nuXgGoBUHMukjzEry6s2ho8wGoujlLVS3yUGsErEu1utW1ekJE iMia+zhYZnDtw/7MqadtSpnSshZMRzaZ55fCo= Original-Received: by 10.52.95.80 with SMTP id di16mr3914062vdb.166.1304370833621; Mon, 02 May 2011 14:13:53 -0700 (PDT) Original-Received: by 10.52.184.232 with HTTP; Mon, 2 May 2011 14:13:53 -0700 (PDT) In-Reply-To: <83tydc4zeo.fsf@gnu.org> X-Google-Sender-Auth: I7Ax15IowLq883k2TL7aAHFXPRs X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.41 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:139003 Archived-At: On Mon, May 2, 2011 at 4:31 PM, Eli Zaretskii wrote: >> From: Sam Steingold >> Date: Mon, 02 May 2011 15:47:01 -0400 >> >> $ ./configure.bat --no-debug --with-gcc --cflags -IC:/gnu/gnuwin32/inclu= de --ldflags -LC:/gnu/gnuwin32/lib =C2=A0--without-xpm > > Do you always configure like that, or did something change since the > last time you bootstrapped? this is the way I always configure. > What does the following command display? > > =C2=A0 =C2=A0gcc -print-file-name=3Dlibmingw32.a libmingw32.a > But yes, you can use GCC 4, modulo the caveats in etc/PROBLEMS. how, given that it no longer supports -mno-cygwin? > Btw, is it supposed to work to invoke the Cygwin compiler with Windows > style C:/foo/bar file names? yes, absolutely. --=20 Sam Steingold