[kaffe] howto enable gcj support?

vlad vlad666 at web.de
Sat Nov 4 03:04:10 PST 2006


Hi,

How can I enable GCJ in kaffe? I tried to configure with "--enable-gcj" 
and "--with-gcj" but it seems not to function. On debugging 
'initializeKaffe' always skips lines like:

#if defined(HAVE_GCJ_SUPPORT)
    /* Init GCJ support */
    gcjInit();
#endif

and

#if defined(HAVE_GCJ_SUPPORT)
    /* tell gcj where primitive classes are */
    gcjInitPrimitiveClasses();
#endif

The config.log also contains a suspect
"configure:38356: checking whether to enable GCJ support
 configure:38358: result: no"

and config.h:
/* Enable GCJ support. */
/* #undef HAVE_GCJ_SUPPORT */

Where is the right place to enable it?
Regards

Vladimir




More information about the kaffe mailing list