--- Sanjeev Manral <[EMAIL PROTECTED]> wrote: > hi all, > > I am cross cimpiling kaffe-qt-awt > > $KAFFESRC/libraries/javalib/rebildLib is using the > cross compiled kaffe-bin, > which can not run on X86 PC. and giving cannot > excute kaffe-bin > > > Is there any option which sets > $KAFFESRC/libraries/javalib/rebildLib to use > kaffe-bin which is build for x86?
The simplest solution is to use jikes 1.13, as class files produced by later versions of jikes and kaffe have problems working together. configure with --with-jikes=yes if jikes is in your path, or --with-jikes=path-to/jikes . If you have problems using jikes, first install kaffe on your host system, and then use its kjc to compile the class library. How to do it is described in FAQ/FAQ.classlibrary-compile. best regards, dalibor topic __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
