From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9936 invoked by alias); 12 Nov 2012 17:09:19 -0000 Received: (qmail 9920 invoked by uid 22791); 12 Nov 2012 17:09:17 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_VIA_APNIC 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; Mon, 12 Nov 2012 17:09:10 +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 <0MDD00F4SWZ8CP10@comm.purplecow.org> for gcc-help@gcc.gnu.org; Tue, 13 Nov 2012 04:09:08 +1100 (EST) Received: from comm.purplecow.org ([127.0.0.1] helo=comm.purplecow.org) with IPv4:25 by ASSP.nospam; Tue, 13 Nov 2012 04:09:08 +1100 Received: from [66.103.52.207] by comm.purplecow.org (mshttpd); Mon, 12 Nov 2012 12:09:08 -0500 From: Dennis Clarke To: Ryan Johnson Cc: gcc-help@gcc.gnu.org, ebotcazou@adacore.com, jwakely.gcc@gmail.com Message-id: Date: Mon, 12 Nov 2012 17:09:00 -0000 Subject: Re: the struggle for a 64-bit GCC on Solaris 10 - part 2 In-reply-to: <50A1296F.2060806@cs.utoronto.ca> References: <50A1296F.2060806@cs.utoronto.ca> 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/msg00074.txt.bz2 > On 12/11/2012 11:10 AM, Dennis Clarke wrote: > > ps: I did try to use the wizard like incantations that have things > like --with-{gmp,mpfr,mpc}=/usr/local on the configure line, > > however that was seen as an error .. or simply not understood by > "configure" : > Bash expands {a,b}-{c,d} to "ab ac bc bd"; if you use a different > shell, > you'll have to type it out manually. saw that. Most linux people always asssume bash is the shell and it often leads to problems with piles of gnu projects. Many scripts in gnu software projects have "#! /bin/sh" in them and then proceed with bash-ness and then fail on an OS where /bin/sh really is just the bourne shell. I see it, all the time. On other fronts, any thoughts on : ../../gcc-4.7.2/gcc/pretty-print.c: In function 'const char* identifier_to_locale(const char*)': ../../gcc-4.7.2/gcc/pretty-print.c:954:28: error: invalid conversion from 'char**' to 'const char**' [-fpermissive] gmake[3]: *** [pretty-print.o] Error 1 gmake[3]: Leaving directory `/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/gcc' gmake[2]: *** [all-stage2-gcc] Error 2 gmake[2]: Leaving directory `/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou' gmake[1]: *** [stage2-bubble] Error 2 gmake[1]: Leaving directory `/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou' gmake: *** [all] Error 2 ? dc