From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27536 invoked by alias); 19 Mar 2004 21:57:26 -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 27339 invoked from network); 19 Mar 2004 21:57:21 -0000 Received: from unknown (HELO mail.Mi8.com) (63.240.6.41) by sources.redhat.com with SMTP; 19 Mar 2004 21:57:21 -0000 Received: from 172.16.1.69 by mail.Mi8.com with ESMTP (- GW05 Welcome to Mi8 Corporation www.Mi8.com); Fri, 19 Mar 2004 16:57:11 -0500 X-Server-Uuid: 1970C553-821F-4189-A6A2-1AA80FC3CCA8 Received: from MI8NYCMAIL02.Mi8.com ([172.16.1.22]) by nycexsmtp01.Mi8.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 19 Mar 2004 16:57:11 -0500 content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: GCC 3.2.3 on Solaris 2.7 Date: Fri, 19 Mar 2004 22:54:00 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Balaji Srinivasa" To: "Eric Botcazou" cc: gcc@gcc.gnu.org X-OriginalArrivalTime: 19 Mar 2004 21:57:11.0368 (UTC) FILETIME=[21883C80:01C40DFD] X-WSS-ID: 6C45B33D1FG10463537-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-SW-Source: 2004-03/txt/msg01176.txt.bz2 >=20 >=20 > > 4. I built Python 2.1 for a 32 bit sample > > 5. I built lsof 4.70 for a 64 bit sample > > 6. They both built successfully and ran successfully. >=20 > Nice! >=20 > > I am thinking that these failures might be due to > > (a) me setting --disable-libgcj > > (b) me setting --enable-languages=3Dc,c++,objc > > and the building of the sparcv9 dirs. >=20 > No, I don't think so, these are common and well-tested=20 > options. I'd tend to=20 > think of a shell problem if you used /bin/sh, such problems are very=20 > frequent on Solaris. Can I just change SHELL=3D/bin/bash in configure.in, reconfigure and bootstrap? I cannot see where I can pass it to configure?