From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Question about configure.bat Date: Sat, 21 Jul 2007 11:59:28 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1185013005 3671 80.91.229.12 (21 Jul 2007 10:16:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Jul 2007 10:16:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eric Lilja Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 21 12:16:42 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ICC0u-0001LV-51 for ged-emacs-devel@m.gmane.org; Sat, 21 Jul 2007 12:16:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICC0t-0008NO-JG for ged-emacs-devel@m.gmane.org; Sat, 21 Jul 2007 06:16:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ICC0q-0008N1-Bx for emacs-devel@gnu.org; Sat, 21 Jul 2007 06:16:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ICC0p-0008Ml-Ij for emacs-devel@gnu.org; Sat, 21 Jul 2007 06:16:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICC0p-0008Mg-DM for emacs-devel@gnu.org; Sat, 21 Jul 2007 06:16:35 -0400 Original-Received: from cemetery.inter.net.il ([213.8.233.29]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ICC0p-0005CM-0m for emacs-devel@gnu.org; Sat, 21 Jul 2007 06:16:35 -0400 Original-Received: from romy.inter.net.il (romy.inter.net.il [213.8.233.24]) by cemetery.inter.net.il (Postfix) with ESMTP id 8C715131E7C; Sat, 21 Jul 2007 13:16:33 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-45-24.inter.net.il [84.228.45.24]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id IKM16503 (AUTH halo1); Sat, 21 Jul 2007 11:59:34 +0300 (IDT) In-reply-to: (message from Eric Lilja on Sat, 21 Jul 2007 04:09:35 +0200) X-detected-kernel: FreeBSD 6.x (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:75225 Archived-At: > From: Eric Lilja > Date: Sat, 21 Jul 2007 04:09:35 +0200 > > However, I noticed that configure.bat still uses -mno-cygwin when > testing for image support..why? I was hoping on building a windows > version dependent on cygwin1.dll with image support You can't use configure.bat for building a Cygwin Emacs: configure.bat supports only the native Windows builds which use the native Windows GUI toolkit. To get a Cygwin build, use the configure shell script in the top-level directory, like you would on Unix and GNU systems.