From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11774 invoked by alias); 20 Jun 2005 06:30:36 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 11754 invoked by uid 22791); 20 Jun 2005 06:30:30 -0000 Received: from agminet04.oracle.com (HELO agminet04.oracle.com) (141.146.126.231) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 20 Jun 2005 06:30:30 +0000 Received: from agminet04.oracle.com (localhost [127.0.0.1]) by agminet04.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id j5K6UDxr007708; Mon, 20 Jun 2005 01:30:13 -0500 Received: from rgmsgw300.us.oracle.com (rgmsgw300.us.oracle.com [138.1.186.49]) by agminet04.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id j5K6UA4w007673; Mon, 20 Jun 2005 01:30:11 -0500 Received: from rgmsgw300.us.oracle.com (localhost [127.0.0.1]) by rgmsgw300.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j5K6U9SH027859; Mon, 20 Jun 2005 00:30:10 -0600 Received: from [152.69.153.118] (stemos53.idc.oracle.com [152.69.153.118]) by rgmsgw300.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j5K6U6Mv027832 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 20 Jun 2005 00:30:09 -0600 Message-ID: <42B6623A.2050007@gmail.com> Date: Mon, 20 Jun 2005 06:30:00 -0000 From: Ranjit Mathew User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: "Mark Williams (MWP)" CC: GCC Subject: Re: Error building 4.0.1-RC2 References: <20050620053220.GA27723@linux.comp> In-Reply-To: <20050620053220.GA27723@linux.comp> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-06/txt/msg00867.txt.bz2 Mark Williams (MWP) wrote: > Thought i should report this... > > Building 4.0.1 RC2, i get this error: > > make[1]: Leaving directory `/data/backup/linux/gcc/gcc-4.0.1-20050616/intl' Looks like you're trying to build GCC in the source folder itself - this is not supported (yet). Try creating a separate build folder totally outside of the expanded source tree and run configure and then make there. HTH, Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA. Web: http://ranjitmathew.hostingzero.com/