Re: Using the newest Classapth with gcj ?
David Michel <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > > 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 <[email protected]>: > >> 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 <[email protected]>: > >>>> 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. > >>>> > >> >