This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Using the newest Classapth with gcj ?
- From: David Michel <dmichel76 at googlemail dot com>
- To: java at gcc dot gnu dot org
- Date: Thu, 2 Apr 2009 17:44:59 +0100
- Subject: Re: Using the newest Classapth with gcj ?
- References: <b5bf7a380903300553j14a508afx2091aefdcd80001f@mail.gmail.com> <b5bf7a380903310755j3943b06fr18585b38b4224e8f@mail.gmail.com> <49D2325A.5060904@redhat.com> <b5bf7a380903310955v4320bd6fubd00d91786c9b20e@mail.gmail.com> <49D24E95.7010608@redhat.com> <b5bf7a380903311137i12ffbfadq814dd16da3bc372c@mail.gmail.com> <49D26B07.7000909@redhat.com> <b5bf7a380903311330w4cfb10d2o506d0f08195cfd82@mail.gmail.com> <49D32A91.3050202@redhat.com> <b5bf7a380904020943l335e0f75kd6c5071af739441@mail.gmail.com>
I got to reinstall my system and finally went through the make stage properly !
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 <aph@redhat.com>
>
> 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-gnu/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? ?Can 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 <aph@redhat.com>:
> >> David Michel wrote:
> >>> well line 54-55 of /usr/include/limits.h obviously
> >> OK, I can't debug this remotely. ?I don't know why, on your machine,
> >> this file isn't being included. ?It's extremely odd.
> >>
> >> Andrew.
> >>
> >>
> >>> 2009/3/31 Andrew Haley <aph@redhat.com>:
> >>>> David Michel wrote:
> >>>>> well it is there at line 54-55
> >>>>>
> >>>>> /* Number of bits in a `char'. ? ? ? ?*/
> >>>>> # ?define CHAR_BIT ? ?8
> >>>>>
> >>>> Line 54-55 of what? ?As 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.
> >>>>
> >>
>