Quote:
Originally Posted by jlliagre
Is wish in your PATH ?
What contains line 1476 of the configure script ?
|
My current path is
/ : $PATH
bash: /usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/sfw/bin:/usr/ccs/bin:/opt/csw:
lines
1475 TCLSH=`which tclsh`
1476 VERSION=`echo "puts $::tcl_version ; exit" | ${TCLSH}`
1477 # Check whether --enable-version-check or --disable-version-check was given.
1478 if test "${enable_version_check+set}" = set; then
1479 enableval="$enable_version_check"
1480 version_ok=$enableval
1481 else
1482 version_ok=yes
1483 fi;
1484
1485 OLDV=`expr $VERSION \< 8.4`
1486
1487 if test "x${version_ok}" == "xyes" -a $OLDV == 1; then
1488 { { echo "$as_me:$LINENO: error: Your current Tcl/Tk installation has a version number of $VERSION. The minimal version required for aMSN to run
is Tcl/Tk 8.4" >&5
1489 echo "$as_me: error: Your current Tcl/Tk installation has a version number of $VERSION. The minimal version required for aMSN to run is Tcl/Tk 8.4" >&2;}
1490 { (exit 1); exit 1; }; }
1491 fi