On Sun, 24 Oct 1999, Daniel Gayo Avello wrote:
Humm, I thought I fixed that before releasing 1.2.4. The problem was in
the configuure.in file, it uses AC_MSG_WARN when it should have been
AC_MSG_WARN. Doh! I just checked the configure file and it looks
like I did not regenerate it. Go to the unix directory and run autoconf.
That should fix the problem. If you are still having trouble make sure
that the java_g entry in configure.in looks like this.
(Near line 335)
AC_MSG_CHECKING([for the java_g runtime])
case "$JAVA_NAME" in
jdk) NAME=java_g ;;
kaffe) NAME=kaffe ;;
esac
if test -x $JAVA_DIR/bin/$NAME; then
JAVA_G=$JAVA_DIR/bin/$NAME
echo "Using JAVA_G=$JAVA_G" >&5
AC_MSG_RESULT($JAVA_G)
else
AC_MSG_WARN([ <-------- This should be AC_MSG_WARN not AC_MSG_ERR
Cannot find $JAVA_DIR/bin/$NAME.])
fi
> Hi, everybody! I'm trying to compile tclBlend 1.2.4 on a Linux
> RedHat 5.2 machine with tcl 8.2.0 and jdk 1.2.2; I have a problem with
> the java_g runtime: it doesn't exist:
>
> checking for the java_g runtime... configure: error:
> Cannot find /jdk1.2/bin/java_g.
>
> It founds the java runtine but the I haven't got the java_g
> runtime, what is it? Where can I found it for Linux? Has someone of you
> compile tclBlend for this platform and help me with his/her experience?
>
> Thanks in advance, Dani
>
> P.S. Same problem with Jacl
>
> --
> [EMAIL PROTECTED]
----------------------------------------------------------------
The TclJava mailing list is sponsored by WebNet Technologies.
To subscribe: send mail to [EMAIL PROTECTED]
with the word SUBSCRIBE as the subject.
To unsubscribe: send mail to [EMAIL PROTECTED]
with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'.
A list archive is at: http://www.findmail.com/listsaver/tcldallas/