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:57:06 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200401301957.06852.hattons@speakeasy.net> References: <200401301902.16714.hattons@speakeasy.net> <200401310044.i0V0i7f21701@raven.dms.auburn.edu> Reply-To: hattons@speakeasy.net 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 1075511682 28757 80.91.224.253 (31 Jan 2004 01:14:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 31 Jan 2004 01:14:42 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Jan 31 02:14:34 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 1AmjiU-0001r8-00 for ; Sat, 31 Jan 2004 02:14:34 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AmjiT-00042u-00 for ; Sat, 31 Jan 2004 02:14:34 +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 1AmjgR-0005dy-PS for emacs-devel@quimby.gnus.org; Fri, 30 Jan 2004 20:12:27 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Amjb9-0004Ay-BQ for emacs-devel@gnu.org; Fri, 30 Jan 2004 20:06:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AmjZr-00031e-4o for emacs-devel@gnu.org; Fri, 30 Jan 2004 20:06:16 -0500 Original-Received: from [216.254.0.203] (helo=mail3.speakeasy.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AmjZW-0002lU-Ad for emacs-devel@gnu.org; Fri, 30 Jan 2004 20:05:18 -0500 Original-Received: (qmail 2668 invoked from network); 31 Jan 2004 01:05:17 -0000 Original-Received: from baldur.globalsymmetry.com (hattons@[66.92.149.152]) (envelope-sender ) by mail3.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 31 Jan 2004 01:05:17 -0000 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:19584 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