[kaffe] System.out.println

2007-11-20 Thread Alexander Gromnizki
Hi, All!

I've compiled kaffe-1.1.8 on FreeBSD 6.0 with tiny patch as described
at http://www.kaffe.org/pipermail/kaffe/2007-June/104986.html.

AWT examples from libraries/javalib/external/classpath/examples like
gnu/classpath/examples/awt/Demo works fine, but I have some troubles
with hello, world programs.

% java gnu/classpath/examples/management/TestOS
%

I.e. it outputs nothing! Problem is in System.out.println()
function. Why it doesn't print anything?

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] System.out.println

2007-11-20 Thread Ito Kazumitsu
Alexander Gromnizki wrote

 I've compiled kaffe-1.1.8 on FreeBSD 6.0 with tiny patch as described
 at http://www.kaffe.org/pipermail/kaffe/2007-June/104986.html.

The patch which used to be in FAQ/FAQ.freebsd was incomplete.
Please do not use that workaround.  The bug fix is in
GNU Classpath 0.96.1.  I suggest you install GNU Classpath 0.96.1
first and then build kaffe using --with-system-classpath.

I do not know whether it has something to do with the following
problem.

 % java gnu/classpath/examples/management/TestOS
 %
 
 I.e. it outputs nothing! Problem is in System.out.println()
 function. Why it doesn't print anything?

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe