From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16059 invoked by alias); 6 Aug 2008 16:52:57 -0000 Received: (qmail 16050 invoked by uid 22791); 6 Aug 2008 16:52:56 -0000 X-Spam-Check-By: sourceware.org Received: from wr-out-0506.google.com (HELO wr-out-0506.google.com) (64.233.184.236) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 06 Aug 2008 16:48:47 +0000 Received: by wr-out-0506.google.com with SMTP id c53so4525wra.20 for ; Wed, 06 Aug 2008 09:48:45 -0700 (PDT) Received: by 10.90.95.18 with SMTP id s18mr3451505agb.55.1218041325119; Wed, 06 Aug 2008 09:48:45 -0700 (PDT) Received: by 10.90.28.19 with HTTP; Wed, 6 Aug 2008 09:48:45 -0700 (PDT) Message-ID: <5ef8ba410808060948h711be018y1cb66e17bf61b9e6@mail.gmail.com> Date: Wed, 06 Aug 2008 16:52:00 -0000 From: "David Eisner" To: "Ralf Wildenhues" Subject: Re: gen-classlist.sh problem while building gcc 4.2.4 Cc: gcc-help@gcc.gnu.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5ef8ba410808010737mda3709r496a828176016d53@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00061.txt.bz2 On Sat, Aug 2, 2008 at 8:29 AM, Ralf Wildenhues wrote: > This is . > If this isn't a regression (which I'm not sure of), then I guess this > bug won't be fixed in the branch. Thanks for finding that. I had created a new bug (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37000), and I've now marked it a duplicate. It was recommended that I set CONFIG_SHELL to /bin/ksh, as recommended in the build notes for Solaris, and that did the trick for me: http://gcc.gnu.org/install/specific.html#x-x-solaris2 I should have noticed that before. >> By the way, I'm not sure why it's even building java. I didn't >> include java in the enabled languages when I ran configure. I guess >> it knows best. > > Try passing --enable-languages explicitly. I did. Here's how i called configure: CC="cc -xarch=v9 -xildoff" ../gcc-4.2.4/configure \ --prefix=/data/software/devtools/gcc-4.3.1-sparc-sun-solaris2.9 \ --enable-langues=c,c++,objc \ --with-gmp=/data/software/devtools/gmp-4.2.1-sparc-sun-solaris2.9 \ --with-mpfr=/data/software/devtools/mpfr-2.3.0-sparc-sun-solaris2.9 Strangely, though, when I look at config.status, I see this: #! /bin/sh # Generated automatically by configure. # Run this file to recreate the current configuration. # This directory was configured as follows, # on host cannes.umd.edu: # # ../gcc-4.2.4/configure --prefix=/data/software/devtools/gcc-4.3.1-sparc-sun-solaris2.9 --enable-langues=c,c++,objc --with-gmp=/data/software/devtools/gmp-4.2.1-sparc-sun-solaris2.9 --with-mpfr=/data/software/devtools/mpfr-2.3.0-sparc-sun-solaris2.9 --enable-languages=c,c++,java,objc # I don't know why the extra --enable-languages switch was appended, and this time with java included. -David -- David Eisner http://cradle.brokenglass.com From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23777 invoked by alias); 6 Aug 2008 16:59:54 -0000 Received: (qmail 23623 invoked by uid 22791); 6 Aug 2008 16:59:50 -0000 X-Spam-Check-By: sourceware.org Received: from wr-out-0506.google.com (HELO wr-out-0506.google.com) (64.233.184.236) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 06 Aug 2008 16:58:47 +0000 Received: by wr-out-0506.google.com with SMTP id c53so8180wra.20 for ; Wed, 06 Aug 2008 09:58:45 -0700 (PDT) Received: by 10.90.95.18 with SMTP id s18mr3451505agb.55.1218041325119; Wed, 06 Aug 2008 09:48:45 -0700 (PDT) Received: by 10.90.28.19 with HTTP; Wed, 6 Aug 2008 09:48:45 -0700 (PDT) Message-ID: <5ef8ba410808060948h711be018y1cb66e17bf61b9e6@mail.gmail.com> Date: Wed, 06 Aug 2008 17:34:00 -0000 From: "David Eisner" To: "Ralf Wildenhues" Subject: Re: gen-classlist.sh problem while building gcc 4.2.4 Cc: gcc-help@gcc.gnu.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5ef8ba410808010737mda3709r496a828176016d53@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00062.txt.bz2 Message-ID: <20080806173400.qHUzG3L05SH7Qj3zRF2L6CP2-3sUk2g2gm5j1NP7M1Q@z> On Sat, Aug 2, 2008 at 8:29 AM, Ralf Wildenhues wrote: > This is . > If this isn't a regression (which I'm not sure of), then I guess this > bug won't be fixed in the branch. Thanks for finding that. I had created a new bug (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37000), and I've now marked it a duplicate. It was recommended that I set CONFIG_SHELL to /bin/ksh, as recommended in the build notes for Solaris, and that did the trick for me: http://gcc.gnu.org/install/specific.html#x-x-solaris2 I should have noticed that before. >> By the way, I'm not sure why it's even building java. I didn't >> include java in the enabled languages when I ran configure. I guess >> it knows best. > > Try passing --enable-languages explicitly. I did. Here's how i called configure: CC="cc -xarch=v9 -xildoff" ../gcc-4.2.4/configure \ --prefix=/data/software/devtools/gcc-4.3.1-sparc-sun-solaris2.9 \ --enable-langues=c,c++,objc \ --with-gmp=/data/software/devtools/gmp-4.2.1-sparc-sun-solaris2.9 \ --with-mpfr=/data/software/devtools/mpfr-2.3.0-sparc-sun-solaris2.9 Strangely, though, when I look at config.status, I see this: #! /bin/sh # Generated automatically by configure. # Run this file to recreate the current configuration. # This directory was configured as follows, # on host cannes.umd.edu: # # ../gcc-4.2.4/configure --prefix=/data/software/devtools/gcc-4.3.1-sparc-sun-solaris2.9 --enable-langues=c,c++,objc --with-gmp=/data/software/devtools/gmp-4.2.1-sparc-sun-solaris2.9 --with-mpfr=/data/software/devtools/mpfr-2.3.0-sparc-sun-solaris2.9 --enable-languages=c,c++,java,objc # I don't know why the extra --enable-languages switch was appended, and this time with java included. -David -- David Eisner http://cradle.brokenglass.com