From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22553 invoked by alias); 12 Nov 2012 22:37:26 -0000 Received: (qmail 22545 invoked by uid 22791); 12 Nov 2012 22:37:26 -0000 X-SWARE-Spam-Status: No, hits=-2.3 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 22:37:21 +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 <0MDE00FYTC67CP10@comm.purplecow.org> for gcc-help@gcc.gnu.org; Tue, 13 Nov 2012 09:37:20 +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 09:37:19 +1100 Received: from [66.103.52.207] by comm.purplecow.org (mshttpd); Mon, 12 Nov 2012 17:37:19 -0500 From: Dennis Clarke To: Jonathan Wakely Cc: Ryan Johnson , Ian Lance Taylor , gcc-help@gcc.gnu.org, ebotcazou@adacore.com Message-id: Date: Mon, 12 Nov 2012 22:37:00 -0000 Subject: Re: the struggle for a 64-bit GCC on Solaris 10 - part 2 In-reply-to: References: <50A16762.7050202@cs.utoronto.ca> <50A16CF5.4080609@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/msg00089.txt.bz2 ----- Original Message ----- From: Jonathan Wakely Date: Monday, November 12, 2012 5:32 pm Subject: Re: the struggle for a 64-bit GCC on Solaris 10 - part 2 To: Dennis Clarke Cc: Ryan Johnson , Ian Lance Taylor , gcc-help@gcc.gnu.org, ebotcazou@adacore.com > On 12 November 2012 22:22, Dennis Clarke wrote: > > > > > > Am going to now try just -m64 -D_POSIX_C_SOURCE=200112L and nothing > else. > > If you look at the headers giving the errors and you'll see that > you'll get the same result, so my suggestion to define those macros > doesn't help. I'm giving this a try : CC='gcc -m64 -D__XOPEN_SOURCE=600 -g' ... thus far it has not blown up in 71 secs. :-\ If this fails then I'll give up on Solaris 10 and roll back to Solaris 8 and create a SVR4 package there which I can install in Solaris 10. Other than running mkheaders, the package will run fine. Just a real drag to have to revert back to a ten year old OS to bootstrap. dc