Displaying 1 result from an estimated 1 matches for "rtcl_activateconsoleerror".
2003 Oct 21
2
Problem R-1.8.0 library tcltk on Tcl-8.0.5 (PR#4699)
...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 runHook(".onLoad", env, package.lib, package) :
.onLoad failed
Error in library(tcltk) : package/namespace load failed
R-1.8.0/src/library/tcltk/src/init.c
32 #ifndef TCL80
33 {"RTcl_ActivateConsole", (DL_FUNC) &RTcl_ActivateConsole, 0},
34 #endif
T...