Moses DeJong <[EMAIL PROTECTED]> writes:

> ../java/lang/Character.java:5: Class gnu.java.lang.ClassLoaderHelper not found in 
>import.
> import gnu.java.lang.ClassLoaderHelper;
>        ^
> ../java/lang/Character.java:26: Interface java.lang.Comparable of class 
>java.lang.Character not 
> found.
> public final class Character implements Serializable, Comparable
>                                                       ^
> 2 errors
> make: *** [java/lang/Block.class] Error 1

This was covered in some previous email to the list.  When compiling
the java sources, you'll probably need to use make -i -k because the
program which is generating the dependencies is slightly broken.

Brian
-- 
|-------------------------------|Software Engineer
|Brian Jones                    |[EMAIL PROTECTED]
|[EMAIL PROTECTED]                    |http://www.nortel.net
|http://www.classpath.org/      |------------------------------

Reply via email to