Hi all,
giving 1.1.7-rc1 a try this problem is still here - however its a classpath
and not a kaffe problem. I first thought it has to do with a problem in
forwarding the ecj configure option from kaffe to the internal classpath copy.
But I found a temporary workaround with the attached patch to configure (I know
this file is autogenerated but I have no clue of this non java stuff :-) )
Also it works with this patch, which means that kaffe correctly forwarded the
ecj configure option, it is strange that no "checking for ecj .. yes"
message is printed on the console.
I will take this problem to the classpath mailing list.
Wolfgang
--- kaffe-1.1.6.91/libraries/javalib/external/classpath/configure.orig 2006-01-14 15:51:46.000000000 +0100
+++ kaffe-1.1.6.91/libraries/javalib/external/classpath/configure 2006-01-15 13:03:06.000000000 +0100
@@ -27069,9 +27069,9 @@
fi
- if test "x${GCJ}" = x && test "x${JIKES}" = x && test "x${user_specified_javac}" != xkjc && test "x${user_specified_javac}" != xgcjx; then
+ if test "x${GCJ}" = x && test "x${JIKES}" = x && test "x${user_specified_javac}" != xkjc && test "x${user_specified_javac}" != xgcjx && test "x${user_specified_javac}" != xecj; then
# FIXME: use autoconf error function
- echo "configure: cannot find javac, try --with-gcj, --with-jikes, --with-kjc, or --with-gcjx" 1>&2
+ echo "configure: cannot find javac, try --with-gcj, --with-jikes, --with-kjc, --with-ecj or --with-gcjx" 1>&2
exit 1
fi
_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe