From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22343 invoked by alias); 14 Dec 2007 00:09:20 -0000 Received: (qmail 22224 invoked by uid 22791); 14 Dec 2007 00:09:18 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.186) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Dec 2007 00:09:14 +0000 Received: by nf-out-0910.google.com with SMTP id h3so1168291nfh.6 for ; Thu, 13 Dec 2007 16:09:12 -0800 (PST) Received: by 10.86.76.16 with SMTP id y16mr2371433fga.71.1197590951904; Thu, 13 Dec 2007 16:09:11 -0800 (PST) Received: by 10.86.68.11 with HTTP; Thu, 13 Dec 2007 16:09:11 -0800 (PST) Message-ID: <20d714960712131609p5fe40c92wf9773dfa404312f2@mail.gmail.com> Date: Fri, 14 Dec 2007 00:09:00 -0000 From: "Paul Li" To: gcc-help@gcc.gnu.org Subject: error of building gcc4.2.1 on ubuntu7.04, i86. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: 2007-12/txt/msg00261.txt.bz2 Hi there, I'm trying to install gcc 4.2.1 on ubuntu 7.04, i86. I used the user "paul" to install. According to the instruction, I created two directories: srcdir and objdir for the source code and compiled objects, respectively, and then did the following: 1. paul@paul-laptop:~/gcc/gcc-4.2.1/objdir$ ../srcdir/configure 2. paul@paul-laptop:~/gcc/gcc-4.2.1/objdir$ sudo make Now, there were the following errors: make[3]: *** No rule to make target `../../../srcdir/fixincludes/../gcc/BASE-VER', needed by `mkheaders'. Stop. make[3]: Leaving directory `/home/paul/gcc/gcc-4.2.1/objdir/build-i686-pc-linux-gnu/fixincludes' make[2]: *** [all-build-fixincludes] Error 2 make[2]: Leaving directory `/home/paul/gcc/gcc-4.2.1/objdir' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/home/paul/gcc/gcc-4.2.1/objdir' make: *** [all] Error 2 I would be really appreciated for any advices... Paul