From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11163 invoked by alias); 12 Nov 2012 23:17:47 -0000 Received: (qmail 11151 invoked by uid 22791); 12 Nov 2012 23:17:46 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_VIA_APNIC,TW_BG 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 23:17:43 +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 <0MDE00F1DE1HCP20@comm.purplecow.org> for gcc-help@gcc.gnu.org; Tue, 13 Nov 2012 10:17:41 +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 10:17:41 +1100 Received: from [66.103.52.207] by comm.purplecow.org (mshttpd); Mon, 12 Nov 2012 18:17:41 -0500 From: Dennis Clarke To: Ryan Johnson Cc: Jonathan Wakely , Ian Lance Taylor , gcc-help@gcc.gnu.org, ebotcazou@adacore.com Message-id: Date: Mon, 12 Nov 2012 23:17:00 -0000 Subject: Re: the struggle for a 64-bit GCC on Solaris 10 - part 2 In-reply-to: <50A1830C.4090805@cs.utoronto.ca> References: <50A16762.7050202@cs.utoronto.ca> <50A16CF5.4080609@cs.utoronto.ca> <50A1830C.4090805@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/msg00096.txt.bz2 > 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. dc