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. Date: Fri, 30 Jan 2004 19:54:34 -0500 Organization: Global Symmetry Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200401301954.34613.hattons@globalsymmetry.com> References: <200401301902.16714.hattons@speakeasy.net> <200401310044.i0V0i7f21701@raven.dms.auburn.edu> 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 1075511177 28123 80.91.224.253 (31 Jan 2004 01:06:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 31 Jan 2004 01:06:17 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Jan 31 02:06:11 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 1AmjaN-0001OL-00 for ; Sat, 31 Jan 2004 02:06:11 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AmjaM-0003pO-00 for ; Sat, 31 Jan 2004 02:06:10 +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 1AmjaE-0003Ch-Cg for emacs-devel@quimby.gnus.org; Fri, 30 Jan 2004 20:06:02 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AmjY8-0001sP-Cc for emacs-devel@gnu.org; Fri, 30 Jan 2004 20:03:52 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AmjXD-0000Pf-7u for emacs-devel@gnu.org; Fri, 30 Jan 2004 20:03:28 -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 1AmjX6-0000J5-4g for emacs-devel@gnu.org; Fri, 30 Jan 2004 20:02:48 -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 i0V13A1h021717 for ; Fri, 30 Jan 2004 20:03:10 -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 i0V0sZ6j022512 for ; Fri, 30 Jan 2004 19:54:35 -0500 Original-Received: from localhost (localhost [[UNIX: localhost]]) by ljosalfr.globalsymmetry.com (8.12.10/8.12.10/Submit) id i0V0sY8H022511 for emacs-devel@gnu.org; Fri, 30 Jan 2004 19:54:34 -0500 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.6 In-Reply-To: <200401310044.i0V0i7f21701@raven.dms.auburn.edu> 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:19583 On Friday 30 January 2004 19:44, Luc Teirlinck wrote: > Steven T. Hatton wrote: > > Now that I have the source, I'm having a hard time getting it to > bootstrap. > > There are instructions in emacs/INSTALL.CVS. > > Basically: > > cd emacs > ./configure > make bootstrap > make install > > (Assuming that you have Texinfo version 4.2 or later.) > > Sincerely, > > Luc. 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