From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20026 invoked by alias); 17 Nov 2012 22:02:11 -0000 Received: (qmail 19919 invoked by uid 22791); 17 Nov 2012 22:02:09 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_VIA_APNIC,T_MANY_HDRS_LCASE X-Spam-Check-By: sourceware.org Received: from comm.purplecow.org (HELO comm.purplecow.org) (210.87.62.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 17 Nov 2012 22:02:03 +0000 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii Received: from comm.purplecow.org ([127.0.0.1]) by comm.purplecow.org (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTP id <0MDN001YKJVCS000@comm.purplecow.org> for gcc-help@gcc.gnu.org; Sun, 18 Nov 2012 09:02:01 +1100 (EST) Received: from comm.purplecow.org ([127.0.0.1] helo=comm.purplecow.org) with IPv4:25 by ASSP.nospam; Sun, 18 Nov 2012 09:02:00 +1100 Received: from [66.103.52.207] by comm.purplecow.org (mshttpd); Sat, 17 Nov 2012 17:02:00 -0500 From: Dennis Clarke To: gcc-help@gcc.gnu.org Cc: ebotcazou@adacore.com, ryan.johnson@cs.utoronto.ca, iant@google.com, jwakely.gcc@gmail.com Message-id: Date: Sat, 17 Nov 2012 22:02:00 -0000 Subject: A not so stellar result on Solaris 10 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: 2012-11/txt/msg00127.txt.bz2 Gentlemen : So after a pile of noises made I was ableto finally posts ome sort of result : http://gcc.gnu.org/ml/gcc-testresults/2012-11/msg01367.html Not exactly what I was hoping for but it seems to be a step in the right direction. Notice that I gave up on the --disable-multilib option and did embrace the --disable-nls which allowed stage 1 to complete. Not too sure what to make of all those failures with g++ or gcc for that matter. Everything else was flawless. My builds on old old Solaris 8 are still going .. no end in sight yet. Dennis