From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13252 invoked by alias); 19 Dec 2007 13:34:38 -0000 Received: (qmail 13244 invoked by uid 22791); 19 Dec 2007 13:34:38 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.cadenas.de (HELO cnsbw01.cadenas.de) (213.179.137.23) by sourceware.org (qpsmtpd/0.31) with SMTP; Wed, 19 Dec 2007 13:34:32 +0000 Message-ID: <47691F4A.4010607@cadenas.de> Date: Wed, 19 Dec 2007 13:34:00 -0000 From: Thomas Mittelstaedt User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: "John (Eljay) Love-Jensen" CC: gcc-help@gcc.gnu.org Subject: Re: Problem building gcc-4.2.2 on 64-bit ubuntu linux References: <4768E104.2000801@cadenas.de> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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/msg00341.txt.bz2 John (Eljay) Love-Jensen schrieb: > Hi Thomas, > > >> ../configure --prefix=/opt/gcc-4.2.2 >> > --enable-version-specific-runtime-libs --enable-static --enable-shared > --enable-languages=c,c++,java,objc,obj-c++ --enable-threads=posix > --enable-nls --enable-__cxa_atexit --enable-libstdcxx-debug > --enable-checking=release x86_64-linux-gnu > > It appears that you are attempting to build GCC from within a subdirectory of the GCC source code (instead of, say, a peer directory to the GCC source code). > > Oh, man. me *bummer*. I did read the configure page, but not thoroughly enough (maybe too fast). :-[ I'll redo it cleanly! > Since that situation is not supported as per , do you get the same problem if you build to a peer directory to the source code? > > Note: the source code tree may be "tainted" and could need to be "rm -rf" and "tar -x" afresh. > > I do not know if this is related to the problem encountered or not. Just one of the variables to consider taking out of the equation. > > Sincerely, > --Eljay >