Re: gcj 4.4 and AWT toolkit
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Andrew" == Andrew John Hughes <[email protected]> writes: Andrew> On the subject of Configuration.java.in, can anyone explain why Andrew> running scripts/makemake.tcl on the 0.98 merge branch resulted in the Andrew> following? Andrew> -gnu/classpath/Configuration.java \ Andrew> +classpath/gnu/classpath/Configuration.java \ Andrew> Is this a mistake? Yes, probably. At least, trunk has libjava/gnu/classpath/Configuration.java. Tom