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

_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to