First Impression and Bugs for Kaffe 1.0.1b

Raffaele Sena raff at aromatic.com
Tue Jul 21 09:28:48 PDT 1998


> 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




More information about the kaffe mailing list