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