From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24222 invoked by alias); 22 Nov 2004 07:27:05 -0000 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 Received: (qmail 24204 invoked from network); 22 Nov 2004 07:27:02 -0000 Received: from unknown (HELO mail.libertysurf.net) (213.36.80.90) by sourceware.org with SMTP; 22 Nov 2004 07:27:02 -0000 Received: from dyn-83-152-126-124.ppp.tiscali.fr (83.152.126.124) by mail.libertysurf.net (6.5.036) id 41A172A10004EEDC; Mon, 22 Nov 2004 08:27:01 +0100 From: Eric Botcazou To: gcc@gcc.gnu.org Subject: Re: I can't 'make' gcc-3.4.2 on Solaris 9 Sparc Date: Mon, 22 Nov 2004 09:15:00 -0000 User-Agent: KMail/1.6.1 Cc: "M M" References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200411220825.42226.ebotcazou@libertysurf.fr> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00734.txt.bz2 > Could someone please tell me exactly how I should run the configure > script?, or what and how I should set any environment variables? No environment variable needed except CONFIG_SHELL. mkdir $(objdir) cd $(objdir) CONFIG_SHELL=/bin/ksh export CONFIG_SHELL $(srcdir)/configure gmake bootstrap $(srcdir) should be an absolute path. -- Eric Botcazou