From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19452 invoked by alias); 19 Mar 2009 14:26:06 -0000 Received: (qmail 19439 invoked by uid 22791); 19 Mar 2009 14:26:05 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from exprod6ob111.obsmtp.com (HELO psmtp.com) (64.18.1.26) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Mar 2009 14:25:55 +0000 Received: from source ([192.150.11.134]) by exprod6ob111.postini.com ([64.18.5.12]) with SMTP ID DSNKScJV7jGy60XHyI4mmn1C2R5FGVaVb2YL@postini.com; Thu, 19 Mar 2009 07:25:54 PDT Received: from inner-relay-3.eur.adobe.com ([192.150.8.236]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id n2JEKIeM026723; Thu, 19 Mar 2009 07:20:19 -0700 (PDT) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-3.eur.adobe.com (8.12.10/8.12.9) with ESMTP id n2JEPkY2006549; Thu, 19 Mar 2009 07:25:47 -0700 (PDT) Received: from nambx04.corp.adobe.com ([10.8.127.98]) by nahub01.corp.adobe.com ([10.8.189.97]) with mapi; Thu, 19 Mar 2009 07:25:46 -0700 From: "John (Eljay) Love-Jensen" To: Sergei Dyshel , "gcc-help@gcc.gnu.org" Date: Thu, 19 Mar 2009 14:26:00 -0000 Subject: RE: Building gcc on x86_64 Message-ID: <204DEA5423F3BF47A6EE88C4E2979EC66BE84EDA8F@nambx04.corp.adobe.com> References: In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: 2009-03/txt/msg00222.txt.bz2 Hi Sergei, It appears you are either running configure in the SAME directory as the GC= C source (./configure), or in a SUBDIRECTORY of the GCC source (../configur= e). As documented , neither is suppo= rted. If you get either to work, that would be interesting. I've never been able= to get either to work. The above may-or-may-not be relevant to the specific problem you encountere= d. HTH, --Eljay