From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18120 invoked by alias); 23 May 2003 16:01:03 -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 18108 invoked from network); 23 May 2003 16:01:03 -0000 Received: from unknown (HELO mail.libertysurf.net) (213.36.80.91) by sources.redhat.com with SMTP; 23 May 2003 16:01:03 -0000 Received: from localhost.localdomain (212.83.190.172) by mail.libertysurf.net (6.5.026) id 3ECC3D0200068B10; Fri, 23 May 2003 18:01:01 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Eric Botcazou To: Josh Subject: Re: Bootstrap failure on Sparc Solaris2.8 Date: Fri, 23 May 2003 16:14:00 -0000 User-Agent: KMail/1.4.3 References: <6579257.1053694632574.JavaMail.nobody@wamui08.slb.atl.earthlink.net> In-Reply-To: <6579257.1053694632574.JavaMail.nobody@wamui08.slb.atl.earthlink.net> Cc: gcc@gcc.gnu.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200305231805.32722.ebotcazou@libertysurf.fr> X-SW-Source: 2003-05/txt/msg02105.txt.bz2 > I've configured with the following options in a separate objects directory > (gcc-objs), using gcc-3.2.3 as the starting compiler: ../gcc-3.3/configure > --prefix=/compiler/gcc-3.3 \ > --with-ld=/compiler/gcc-3.2.3/bin/ld > --with-gnu-ld \ > --with-as=compiler/gcc-3.2.3/bin/as \ > --with-gnu-as \ > --disable-nls \ > --enable-threads=posix > > Then: > make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 > -fno-implicit-templates' boostrap-lean Did you set CONFIG_SHELL before configuring? Do you use GNU make? -- Eric Botcazou