First Impression and Bugs for Kaffe 1.0.1b
Raffaele Sena
kaffe@rufus.w3.org
Tue, 21 Jul 1998 16:28:48 +0000 (GMT)
> Wolfgang Mües writes:
> > Bug #2: Kaffe did not work on my machine without a CLASSPATH set to
> > /usr/local/share/kaffe/Klasses.jar.
>
This is a problem that I found and "kind of" fixed
in the 'configure' script.
Unless you used the --prefix option in 'configure' you
should find that your config/config.h file contains
a line like:
/* Define default KAFFEHOME */
#define DEFAULT_KAFFEHOME "NONE/share/kaffe"
change it into:
/* Define default KAFFEHOME */
#define DEFAULT_KAFFEHOME "/usr/local/share/kaffe"
and rebuild, or re-run 'configure' with the --prefix option
(i.e. configure --prefix=/usr/local)
This should fix your problem.
-- Raffaele