From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15247 invoked by alias); 12 Nov 2012 23:25:02 -0000 Received: (qmail 15226 invoked by uid 22791); 12 Nov 2012 23:25:01 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_NEUTRAL,TW_BG X-Spam-Check-By: sourceware.org Received: from bureau85.ns.utoronto.ca (HELO bureau85.ns.utoronto.ca) (128.100.132.185) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Nov 2012 23:24:56 +0000 Received: from [192.168.0.100] (75-119-246-22.dsl.teksavvy.com [75.119.246.22]) (authenticated bits=0) by bureau85.ns.utoronto.ca (8.13.8/8.13.8) with ESMTP id qACNOg0h012198 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Nov 2012 18:24:43 -0500 Message-ID: <50A1854B.20904@cs.utoronto.ca> Date: Mon, 12 Nov 2012 23:25: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: Jonathan Wakely , Ian Lance Taylor , gcc-help@gcc.gnu.org, ebotcazou@adacore.com Subject: Re: the struggle for a 64-bit GCC on Solaris 10 - part 2 References: <50A16762.7050202@cs.utoronto.ca> <50A16CF5.4080609@cs.utoronto.ca> <50A1830C.4090805@cs.utoronto.ca> 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/msg00098.txt.bz2 On 12/11/2012 6:17 PM, Dennis Clarke wrote: >> On 12/11/2012 5:13 PM, Jonathan Wakely wrote: >>> On 12 November 2012 21:57, Dennis Clarke wrote: >>>> fact : you can not build libgmp with Sun cc >>> Doesn't matter. It's a C library, you can compile it with GCC and >>> link it to code compiled with either GCC or Sun C. >> Well, that and I built it with Sun cc yesterday... > You build gmp with what rev of Oracle Studio ? > > I was convinced, as are the authors of that lib, that it can't be done. $ cc -V cc: Sun C 5.9 SunOS_sparc Patch 124867-11 2009/04/30 usage: cc [ options] files. Use 'cc -flags' for details I've used 5.10 as well, on a different machine. Like I said before, if later versions are broken, that's Oracle's fault, not gcc's. Ryan