I configured using this:
./configure --disable-native-ads --enable-pure-java-math --with-threads=unix-jthreads --disable-native-awt


It ran for a long time and then the VM crashed during the library build:
[ parsed org/xml/sax/SAXNotSupportedException.java in 63 ms ]
[ parsed org/xml/sax/SAXParseException.java in 516 ms ]
[ parsed org/xml/sax/XMLFilter.java in 81 ms ]
[ parsed org/xml/sax/XMLReader.java in 687 ms ]
[ checked modifiers in 3,303 ms ]
<lines skipped>
java.lang.StackOverflowError
at at.dms.kjc.JBinaryExpression.dependsOnField (JBinaryExpression.java:74)
at at.dms.kjc.JBinaryExpression.dependsOnField (JBinaryExpression.java:74)
at at.dms.kjc.JBinaryExpression.dependsOnField (JBinaryExpression.java:74)
<pages of this>
at at.dms.kjc.JBinaryExpression.dependsOnField (JBinaryExpression.java:74)
at at.dms.kjc.JFieldDeclaration.analyse (JFieldDeclaration.java:191)
at at.dms.kjc.JClassFieldDeclarator.analyse (JClassFieldDeclarator.java:57)
at at.dms.kjc.JBlock.analyse (JBlock.java:89)
at at.dms.kjc.JInitializerDeclaration.checkInitializer (JInitializerDeclaration.java:222)
at at.dms.kjc.JInterfaceDeclaration.checkInitializers (JInterfaceDeclaration.java:166)
at at.dms.kjc.JCompilationUnit.checkInitializers (JCompilationUnit.java:239)
at at.dms.kjc.Main.checkInitializers (Main.java:432)
at at.dms.kjc.Main.run (Main.java:193)
at at.dms.kjc.Main.compile (Main.java:70)
at at.dms.kjc.Main.main (Main.java:61)
echo timestamp > lib/stamp
rm -f rt.jar


Going to try with jikes.

On Wednesday, July 28, 2004, at 09:25 AM, Riccardo wrote:

In <[EMAIL PROTECTED]> Michael Franz
wrote:
Riccardo,

I am trying now on 10.2.8 (6.8).  On 7.2.1 I am still getting these
link errors.  I have started over with head, and upgrade autoconf
(2.57) and automake (1.8.5), but no luck.  I wonder what is different
on 7.2.1?

Michael

strange, I an build on 6.8

using this:
./kaffe/configure -C --without-classpath-gtk-awt --without-kaffe-qt-awt --
e
nable-pure-java-math --without-kaffe-x-awt --with-threads=unix-jthreads


on 5.5 I think I used the same configure string

I do not use auto* things, I rely on the ready stuff that dalibor gently
provides. The libtool there contains also a patch to work on darwin5, I
don't think it is needed on newer versions (6 didn't need it)


-Riccardo


_______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe



_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to