From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1191 invoked by alias); 12 Nov 2012 16:53:03 -0000 Received: (qmail 1174 invoked by uid 22791); 12 Nov 2012 16:52:59 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RP_MATCHES_RCVD,SPF_NEUTRAL X-Spam-Check-By: sourceware.org Received: from bureau58.ns.utoronto.ca (HELO bureau58.ns.utoronto.ca) (128.100.132.145) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Nov 2012 16:52:54 +0000 Received: from [142.1.102.176] (dhcphost-ic176.utsc.utoronto.ca [142.1.102.176]) (authenticated bits=0) by bureau58.ns.utoronto.ca (8.13.8/8.13.8) with ESMTP id qACGqjoq026583 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Nov 2012 11:52:46 -0500 Message-ID: <50A1296F.2060806@cs.utoronto.ca> Date: Mon, 12 Nov 2012 16:53:00 -0000 From: Ryan Johnson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: Dennis Clarke CC: gcc-help@gcc.gnu.org, ebotcazou@adacore.com, jwakely.gcc@gmail.com Subject: Re: the struggle for a 64-bit GCC on Solaris 10 - part 2 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00073.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. Ryan