Index: FAQ/FAQ.classlibrary-compile =================================================================== RCS file: /cvs/kaffe/kaffe/FAQ/FAQ.classlibrary-compile,v retrieving revision 1.11 diff -u -r1.11 FAQ.classlibrary-compile --- FAQ/FAQ.classlibrary-compile 23 Apr 2003 01:17:56 -0000 1.11 +++ FAQ/FAQ.classlibrary-compile 13 May 2003 12:20:45 -0000 @@ -25,6 +25,16 @@ If you want to rebuild not only Klasses.jar, but also the jar-files of Kaffe extensions, type "make CLASSDIRS=all Klasses". +Why don't I get a working rt.jar even though the 'make' went fine? +------------------------------------------------------------------ + +There is a bug in kaffe's libraries/javalib/Makefile.am so that it +creates a rt.jar file even if the class library compilation step +doesn't succeed, leading to missing classes in rt.jar. A fix for that +one would be most welcome. + +As a workaround, you can grep the output of 'make' for "error". + How do I set the compiler? --------------------------