From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22373 invoked by alias); 2 Apr 2009 16:45:12 -0000 Received: (qmail 22355 invoked by uid 22791); 2 Apr 2009 16:45:09 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f165.google.com (HELO mail-fx0-f165.google.com) (209.85.220.165) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Apr 2009 16:45:02 +0000 Received: by fxm9 with SMTP id 9so610866fxm.8 for ; Thu, 02 Apr 2009 09:45:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.116.212 with SMTP id n20mr60244bkq.138.1238690699499; Thu, 02 Apr 2009 09:44:59 -0700 (PDT) In-Reply-To: References: <49D2325A.5060904@redhat.com> <49D24E95.7010608@redhat.com> <49D26B07.7000909@redhat.com> <49D32A91.3050202@redhat.com> Date: Thu, 02 Apr 2009 16:45:00 -0000 Message-ID: Subject: Re: Using the newest Classapth with gcj ? From: David Michel To: java@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg00001.txt.bz2 I got to reinstall my system and finally went through the make stage proper= ly ! As I compile my java code against the newly installed jvm, I get some errors and who'd like to check against the source code itself. Where can I get this ? Within Eclipse, it is expecting a zip file with the source code in it.... Cheers David 2009/4/1 Andrew Haley > > David Michel wrote: > > strange indeed. I just tried another machine and I get this error: > > > > checking for i686-pc-linux-gnu-gcc... > > /home/dav/gcc-4_4-branch/obj-x86_64-unknown-linux-gnu/./gcc/xgcc > > -B/home/dav/gcc-4_4-branch/obj-x86_64-unknown-linux-gnu/./gcc/ > > -B/local/gcc-4_4-branch/install/i686-pc-linux-gnu/bin/ > > -B/local/gcc-4_4-branch/install/i686-pc-linux-gnu/lib/ -isystem > > /local/gcc-4_4-branch/install/i686-pc-linux-gnu/include -isystem > > /local/gcc-4_4-branch/install/i686-pc-linux-gnu/sys-include > > checking for suffix of object files... configure: error: in > > `/home/dav/gcc-4_4-branch/obj-x86_64-unknown-linux-gnu/i686-pc-linux-gn= u/libgcc': > > configure: error: cannot compute suffix of object files: cannot compile > > > > I am also quite confused about this one... > > Does your C compiler actually work? =A0Can you build packages at all? > Something looks terribly wrong. > > The test and its output will be in one of the log files. > > Andrew. > > > > 2009/3/31 Andrew Haley : > >> David Michel wrote: > >>> well line 54-55 of /usr/include/limits.h obviously > >> OK, I can't debug this remotely. =A0I don't know why, on your machine, > >> this file isn't being included. =A0It's extremely odd. > >> > >> Andrew. > >> > >> > >>> 2009/3/31 Andrew Haley : > >>>> David Michel wrote: > >>>>> well it is there at line 54-55 > >>>>> > >>>>> /* Number of bits in a `char'. =A0 =A0 =A0 =A0*/ > >>>>> # =A0define CHAR_BIT =A0 =A08 > >>>>> > >>>> Line 54-55 of what? =A0As I said, CHAR_BIT should be defined in > >>>> /usr/include/limits.h. > >>>> > >>>> If it isn't there is something seriously wrong with the system you're > >>>> trying to build on. > >>>> > >>>> Andrew. > >>>> > >> >