From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9940 invoked by alias); 21 Nov 2005 21:21:06 -0000 Received: (qmail 9932 invoked by uid 22791); 21 Nov 2005 21:21:06 -0000 X-Spam-Check-By: sourceware.org Received: from mx-out.libertysurf.net (HELO mail.libertysurf.net) (213.36.80.91) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Nov 2005 21:21:05 +0000 Received: from dyn-83-156-208-221.ppp.tiscali.fr (83.156.208.221) by mail.libertysurf.net (7.1.026) id 432E7DD700EB2FEF; Mon, 21 Nov 2005 22:20:59 +0100 From: Eric Botcazou To: douglas@gpc.edu Subject: Re: compiling gcc-4.0.2 on solaris 9 Date: Mon, 21 Nov 2005 21:21:00 -0000 User-Agent: KMail/1.7.1 References: <007101c5eedf$90be3770$2009140a@dbjwork> In-Reply-To: <007101c5eedf$90be3770$2009140a@dbjwork> Cc: gcc@gcc.gnu.org MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200511212225.28713.ebotcazou@libertysurf.fr> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2005-11/txt/msg01007.txt.bz2 > CC to cc only. So, now the script is: > > CC=cc > export CC > ../gcc-4.0.2/configure > gmake bootstrap Do not export CC and do not use a relative path: CC=cc $absolute_path/configure ... > Also, the ask why I was using the flags I was. The only reference I found > to sparc where the sparcv9-*-solaris2* which sent me to sparc64-*-solaris2* > on install/specific. html. Should I have been looking somewhere else? http://gcc.gnu.org/install/specific.html#sparc-sun-solaris2 http://gcc.gnu.org/install/specific.html#sparc-sun-solaris27 -- Eric Botcazou