Hi,
Towards the very end of of make (for kaffe), I get this message (both as root and normal user) which I am unable to figure. Of course there are other distros eventually ...
gcc -DHAVE_CONFIG_H -I. -I. -I../../../config -I../../../include -DKVER=\"1.0.6\" -I/root/kaffe-1.0.6/./kaffe/kaffevm -I/root/kaffe-1.0.6/./kaffe/kaffevm/systems/unix-jthreads -I../../../config -I../../../include -I/usr/local/include -g -O2 -Wall -Wstrict-prototypes -c System.c -Wp,-MD,.deps/System.TPlo -fPIC -DPIC -o System.lo
System.c: In function `java_lang_System_initProperties':
System.c:415: warning: implicit declaration of function `time'
System.c:418: warning: implicit declaration of function `localtime'
System.c:418: invalid type argument of `->'
make[3]: *** [System.lo] Error 1
make[3]: Leaving directory `/root/kaffe-1.0.6/libraries/clib/native'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/kaffe-1.0.6/libraries/clib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/kaffe-1.0.6/libraries'
make: *** [all-recursive] Error 1