Displaying 2 results from an estimated 2 matches for "tcl_minor_version".
Did you mean:
gcc_minor_version
2003 Oct 21
2
Problem R-1.8.0 library tcltk on Tcl-8.0.5 (PR#4699)
Full_Name: Eiji Nakama
Version: R-1.8.0
OS: linux(VineLinux)
Submission from: (NULL) (219.117.236.13)
I build by Tcl8.0.5 and R-1.8.0.
> library(tcltk)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/usr/lib/R/library/tcltk/libs/tcltk.so":
/usr/lib/R/library/tcltk/libs/tcltk.so: undefined symbol:
RTcl_ActivateConsoleError in
2004 Jan 14
0
Update on: Installing the Rcmdr and tclk package
...y
./configure: test: -lt: unary operator expected
configure: WARNING: Tcl and Tk major or minor versions disagree
I also had this message on the first built of R. But looking up in
tclConfig.sh I get for version:
# Tcl's version number.
TCL_VERSION='8.4'
TCL_MAJOR_VERSION='8'
TCL_MINOR_VERSION='4'
TCL_PATCH_LEVEL='.5'
and in tkConfig.sh I get:
# Tk's version number.
TK_VERSION='8.4'
TK_MAJOR_VERSION='8'
TK_MINOR_VERSION='4'
TK_PATCH_LEVEL='.5'
sure look the same to me? Then make worked fine as did make check, I only
got and error up...