From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13754 invoked by alias); 19 Mar 2004 02:30:47 -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 13738 invoked from network); 19 Mar 2004 02:30:39 -0000 Received: from unknown (HELO mail.Mi8.com) (63.240.6.41) by sources.redhat.com with SMTP; 19 Mar 2004 02:30:39 -0000 Received: from 172.16.1.195 by mail.Mi8.com with ESMTP (- GW05 Welcome to Mi8 Corporation www.Mi8.com); Thu, 18 Mar 2004 21:30:29 -0500 X-Server-Uuid: 1970C553-821F-4189-A6A2-1AA80FC3CCA8 Received: from MI8NYCMAIL02.Mi8.com ([172.16.1.22]) by NYCEXSMTP03.Mi8.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 18 Mar 2004 21:30:28 -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 07:53: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 02:30:28.0964 (UTC) FILETIME=[24D91240:01C40D5A] X-WSS-ID: 6C4484CF1FG10081133-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2004-03/txt/msg01106.txt.bz2 >> Now I am trying to use that to build a 32 bit gcc that can >> generate 64 bit apps with the -m64 option. >> >> To do that, I am using a 64 bit Solaris 2.7 machine. I am >> getting the following errors. > Do you mean that you use on Solaris 7 the executable built on Solaris 2.6= ?=20=20 > I'm not sure this can work for GCC. Yes. I cannot see why not... >> --with-gcc-version-trigger=3D/home/balaji/gcc-3.2.3/gcc/version.c >> --host=3Dsparcv9-sun-solaris2 --prefix=3D/home/balaji/gcc-64 >> --with-ld=3D/usr/ccs/bin/ld --with-as=3D/usr/ccs/bin/as --disable-libgcj >> --disable-nls --enable-languages=3Dc,c++,objc --norecursion >> # using "mh-frag" > --host=3Dsparcv9-sun-solaris2 implies that you're trying to bootstrap a 6= 4-bit=20 > compiler, not a 32-bit one. Passing sparc-sun-solaris2.7 is sufficient t= o=20 > get a multi-arch 32/64-bit compiler. I will try this. All I want is a 32 bit compiler that can produce a 64 bit = executable. thx balaji