|
![]() |
ISSUEOn uClibc environments Kaffe ./configure script and other sources like bohem-gc has code does not compile on uClibc, then this patch applied to CVS Kaffe Sources allow building a fresh binary. You need also a static copy of jikes, download them from jikes.sourceforge.net and do:unpack the sources ./configure make cd src g++ -static -g -O2 -o jikes *.oCopy this binary onto your uClibc environment, like on /usr/local/bin DOWNLOADConfigure kaffe like this:./configure --prefix=/usr/local/kaffe/ --with-gc=kaffe-gc --without-kaffe-x-awt --without-kaffe-qt-awt --without-cla sspath-gtk-awt --with-staticlib --with-gc=kaffe-gc --with-threads=unix-pthreads --with-staticbin --with-jikes=/usr/ local/bin/jikes Enforcing the position of jikes. Apply this patch on kaffe: INSTALLmake make installThat's all. Kaffe & uClibc rocks |