From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: configure script Date: Sat, 8 Jun 2002 13:15:29 -0600 (MDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200206081915.g58JFT128804@aztec.santafe.edu> References: <61D0BADD.74BBFB3A.B8B383E9@netscape.net> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1023565701 5907 127.0.0.1 (8 Jun 2002 19:48:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 8 Jun 2002 19:48:21 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17GmCD-0001XA-00 for ; Sat, 08 Jun 2002 21:48:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17GmBz-0005vP-00; Sat, 08 Jun 2002 15:48:07 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17GlgR-0002n1-00; Sat, 08 Jun 2002 15:15:31 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g58JFTQ22838; Sat, 8 Jun 2002 13:15:29 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g58JFT128804; Sat, 8 Jun 2002 13:15:29 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: guardianofsteel@netscape.net In-Reply-To: <61D0BADD.74BBFB3A.B8B383E9@netscape.net> (guardianofsteel@netscape.net) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1885 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1885 I´m in linux and when i try to execute the configure script it never stops. Is there an error? You can't be "in Linux"; Linux is the kernel, and the kernel does not obey user commands. You are probably talking to a shell, perhaps Bash, the GNU Shell. Is that right? See http://www.gnu.org/gnu/linux-and-gnu.html. It sounds like this is a bug in Emacs. Unfortunately, this bug does not seem to happen to anyone else, which suggests it only happens in some unusual circumstances. Unless someone can reproduce it, the only way to find the bug is to debug it on your machine. Can you find a shell wizard to help you debug it? Or can you read about debugging facilities in Bash and use them to trace execution in ./configure? If you send us that output once it starts showing the loop, we might figure out what the bug is.