From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29920 invoked by alias); 19 Jan 2011 16:43:22 -0000 Received: (qmail 29912 invoked by uid 22791); 19 Jan 2011 16:43:22 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,MAY_BE_FORGED X-Spam-Check-By: sourceware.org Received: from mx0.acri.fr (HELO mx0.acri.fr) (213.244.27.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 Jan 2011 16:43:17 +0000 Received: from www.enviport.com (ufos1.acri.fr.101.98.194.in-addr.arpa [194.98.101.92] (may be forged)) by mx0.acri.fr (8.13.6/8.13.6) with ESMTP id p0JGh8Kp007440; Wed, 19 Jan 2011 17:43:08 +0100 (CET) Received: from [194.98.101.80] (pim106.acri.fr [194.98.101.80]) by www.enviport.com (8.14.4/8.14.4) with ESMTP id p0JGh2Rq021241; Wed, 19 Jan 2011 17:43:03 +0100 (CET) Message-ID: <4D3714CB.7040302@acri-st.fr> Date: Wed, 19 Jan 2011 16:43:00 -0000 From: Cedric Roux User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: Olumide <50295@web.de> CC: gcc-help@gcc.gnu.org Subject: Re: Compiling gcc-4.1.2 on 64-bit Ubuntu machines References: <4D36F9D6.5020400@web.de> <4D36FCFC.1000907@acri-st.fr> <4D37089F.50700@web.de> <4D371361.9010609@web.de> In-Reply-To: <4D371361.9010609@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Synonym: Archived With Synonym to: mailcopy@dingo.acri.fr X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-01/txt/msg00287.txt.bz2 On 01/19/2011 05:37 PM, Olumide wrote: > WARNING: `makeinfo' is missing on your system. You should only need it if > you modified a `.texi' or `.texinfo' file, or any other file > indirectly affecting the aspect of the manual. The spurious > call might also be the consequence of using a buggy `make' (AIX, > DU, IRIX). You might want to install the `Texinfo' package or > the `GNU make' package. Grab either from any GNU archive site. try to start all over from scratch, you did a "make distclean" right? unzip the gcc tar.gz again and start from that clean point (just a guess, I had that error many times with many software out there because of a make distclean)