[Oops. I forgot to cc: the list. I'll resend it.] On Thu, 05 Feb 2004 22:33:52 +0100 Matthias Pfisterer <[EMAIL PROTECTED]> wrote:
> Hi, > > the build problem I reported a while ago is still reproducible with the > latest CVS: > ---- > Making all in libraries/javalib > make[1]: Entering directory `/home/matthias/java/kaffe/libraries/javalib' > rm -rf lib > mkdir lib > /bin/sh ./rebuildLib @essential.files > Compiling classes from @essential.files using > /home/matthias/java/kaffe/kaffe/kaffe/kaffe-bin -verbosegc -mx 256M > at.dms.kjc.Main > [ start compilation in verbose mode ] > [ parsed gnu/classpath/Configuration.java in 483 ms ] > <GC: heap 5124K, total before 4782K, after 3607K (51604/39461 objs) > 29.6% free, alloced 34839K (#106873), marked 615K, swept 1175K (#12143) > 393 objs (9K) awaiting finalization> > ---- > ...and the computer hangs with 100 % CPU load. This was blocking me as well. I discovered that the configure script was detecting and bringing in libasound, which is linked against libpthread. This is bad when Kaffe is being built with jthreads (the default). I tried --without-alsa and --without-sound, but those options didn't have the desired effect. I'm going to have to do some work on the configure script. Cheers, - Jim _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe