From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2633 invoked by alias); 7 Jun 2011 07:50:34 -0000 Received: (qmail 2625 invoked by uid 22791); 7 Jun 2011 07:50:33 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-pz0-f47.google.com (HELO mail-pz0-f47.google.com) (209.85.210.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Jun 2011 07:50:18 +0000 Received: by pzk36 with SMTP id 36so2466465pzk.20 for ; Tue, 07 Jun 2011 00:50:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.151.41 with SMTP id y41mr35720wfd.94.1307433017711; Tue, 07 Jun 2011 00:50:17 -0700 (PDT) Received: by 10.143.168.18 with HTTP; Tue, 7 Jun 2011 00:50:17 -0700 (PDT) In-Reply-To: References: <000301cc22de$fac4b020$a9d3daad@YOUREDC1953E71> <000c01cc22e5$1559bec0$a9d3daad@YOUREDC1953E71> <4DED4983.4020608@wippies.com> Date: Tue, 07 Jun 2011 08:09:00 -0000 Message-ID: Subject: Re: gcc 4.6.0 From: Jonathan Wakely To: Kai Ruottu Cc: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 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-06/txt/msg00135.txt.bz2 On 7 June 2011 08:46, Jonathan Wakely wrote: > On 6 June 2011 22:41, Kai Ruottu wrote: >> >> The habit to build in an subdirectory of the GCC sources is quite common >> among the RedHat-derived distros, like CentOS : > > It's ok if the name of the sub-directory doesn't clash with on that > gets created as part of the build. > >> So maybe you guys should start to nag to the Red Hat, CentOS etc. people >> about their way to build GCCs... > > They don't ask for help with their builds. The point is that it's unsupported. So when people come asking for support they should do it the supported way. Anyway, by far the biggest problem is the "cannot compute suffix of object files" failure due to trying to install the prerequisite libs by hand in arbitrary places unknown to the dynamic linker. A more useful configure check would be to test that early on and fail with a meaningful message.