From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Steven T. Hatton" Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails. env problem Date: Fri, 30 Jan 2004 20:32:51 -0500 Organization: Global Symmetry Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200401302032.52067.hattons@globalsymmetry.com> References: <200401301902.16714.hattons@speakeasy.net> <200401310044.i0V0i7f21701@raven.dms.auburn.edu> <200401301954.34613.hattons@globalsymmetry.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075513423 30891 80.91.224.253 (31 Jan 2004 01:43:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 31 Jan 2004 01:43:43 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Jan 31 02:43:39 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 1AmkAd-00035j-00 for ; Sat, 31 Jan 2004 02:43:39 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AmkAc-0004dn-00 for ; Sat, 31 Jan 2004 02:43:39 +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 1Amk8q-00026K-Sr for emacs-devel@quimby.gnus.org; Fri, 30 Jan 2004 20:41:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Amk8j-00025u-1X for emacs-devel@gnu.org; Fri, 30 Jan 2004 20:41:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Amk8A-0001zv-Un for emacs-devel@gnu.org; Fri, 30 Jan 2004 20:41:38 -0500 Original-Received: from [66.92.149.152] (helo=baldur.globalsymmetry.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1Amk8A-0001zK-Id for emacs-devel@gnu.org; Fri, 30 Jan 2004 20:41:06 -0500 Original-Received: from ljosalfr.globalsymmetry.com (ljosalfr.globalsymmetry.com [192.168.0.27]) by baldur.globalsymmetry.com (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id i0V1fU1h023220 for ; Fri, 30 Jan 2004 20:41:30 -0500 Original-Received: from ljosalfr.globalsymmetry.com (localhost [127.0.0.1]) by ljosalfr.globalsymmetry.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id i0V1Ws6j013800 for ; Fri, 30 Jan 2004 20:32:54 -0500 Original-Received: from localhost (localhost [[UNIX: localhost]]) by ljosalfr.globalsymmetry.com (8.12.10/8.12.10/Submit) id i0V1WrUu013796 for emacs-devel@gnu.org; Fri, 30 Jan 2004 20:32:53 -0500 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.6 In-Reply-To: <200401301954.34613.hattons@globalsymmetry.com> Content-Disposition: inline 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:19585 On Friday 30 January 2004 19:54, Steven T. Hatton wrote: > On Friday 30 January 2004 19:44, Luc Teirlinck wrote: > I should have mentioned that I had done the `./configure' prior to the > 'make bootstrap'. Following the above procedure results in the failure > described. This is a SuSE 9.0 box. > > STH It looks to be in my user environment, but I'm not sure what is causing the problem. Under a different login I am able to build. Perhaps it smells my xemacs? Rather strange, because I removed everything from $PATH but /bin and /usr/bin. There's nothing but mozilla nss and nspr libs in the LD_LIBRARY_PATH. STH