From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: nt/configure.bat endless-loop Date: 29 Jan 2003 19:48:24 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043869890 18178 80.91.224.249 (29 Jan 2003 19:51:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2003 19:51:30 +0000 (UTC) Cc: emacs-devel Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18dyF4-0004iw-00 for ; Wed, 29 Jan 2003 20:51:26 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18dyKN-0001MB-00 for ; Wed, 29 Jan 2003 20:56:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18dyGO-0001Gd-01 for emacs-devel@quimby.gnus.org; Wed, 29 Jan 2003 14:52:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18dyEl-0000YT-00 for emacs-devel@gnu.org; Wed, 29 Jan 2003 14:51:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18dyE3-0008Bi-00 for emacs-devel@gnu.org; Wed, 29 Jan 2003 14:50:26 -0500 Original-Received: from server0011.freedom2surf.net ([194.106.56.14] helo=server0027.freedom2surf.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18dyDo-0007oj-00 for emacs-devel@gnu.org; Wed, 29 Jan 2003 14:50:08 -0500 Original-Received: from nyaumo.jasonr.f2s.com ([195.137.103.251]) h0TJoFP5010247; Wed, 29 Jan 2003 19:50:16 GMT Original-Received: from nyaumo.jasonr.f2s.com (localhost [127.0.0.1]) by nyaumo.jasonr.f2s.com (Postfix) with ESMTP id 23B844AC75; Wed, 29 Jan 2003 19:48:25 +0000 (GMT) Original-To: KOBAYASHI Yasuhiro In-Reply-To: Original-Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11196 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11196 KOBAYASHI Yasuhiro writes: > I don't have zlib.dll, libpng.dll and jpeg.dll, so I did > './configure.bat --without-png --without-jpeg' in nt > directory. But it occured endless-loop. Thanks for the patch. Note that you do not need to use these options if you don't have the libraries. They are only there in case you DO have the libraries, and do not want to use them for some reason.