From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails. Date: Sun, 01 Feb 2004 13:10:24 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200401301902.16714.hattons@speakeasy.net> <200401301957.06852.hattons@speakeasy.net> <200401310148.i0V1mtw21751@raven.dms.auburn.edu> <200401302220.37621.hattons@globalsymmetry.com> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1075659384 23316 80.91.224.253 (1 Feb 2004 18:16:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2004 18:16:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Feb 01 19:16:18 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnM8o-0003qL-00 for ; Sun, 01 Feb 2004 19:16:18 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnM8o-0007Aj-00 for ; Sun, 01 Feb 2004 19:16:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnM7F-0008Ag-Ls for emacs-devel@quimby.gnus.org; Sun, 01 Feb 2004 13:14:41 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AnM4t-0007PV-TS for emacs-devel@gnu.org; Sun, 01 Feb 2004 13:12:15 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnM4L-0007AK-WC for emacs-devel@gnu.org; Sun, 01 Feb 2004 13:12:13 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnM4L-00079v-Dv for emacs-devel@gnu.org; Sun, 01 Feb 2004 13:11:41 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AnM36-0000VI-QE; Sun, 01 Feb 2004 13:10:24 -0500 Original-To: "Steven T. Hatton" In-reply-to: <200401302220.37621.hattons@globalsymmetry.com> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19616 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19616 I figured it out. I recently added a CDPATH to my .bashrc. I had the feeling when I did it, I would regret having done so. unset CDPATH. Problem solved. I am surprised that having a CDPATH causes a problem. If you can determine where in the Makefile it makes a difference, we can probably fix it easily.