search for: deltcl

Displaying 3 results from an estimated 3 matches for "deltcl".

Did you mean: deltal
2000 Nov 02
2
Installing R on RedHat7.0
...ahead and forced an installation, and of course R wouldn't work. By linking libreadline.so.3 to libreadline.so.4.1, I got R running, but the tk demo won't run. Linking the tlc and tk lib's to later versions (8.3) got a bit further, but the demo fails with an error about function "delTcl" not in load table--this function was apparently dropped from the new version. I built libtcl8.0 and libtk8.0 from source, and installed them both. This got rid of the "delTcl" error, but the demo now fails with a segmentation fault. After that long-winded introduction, my questio...
2001 Apr 18
0
Re: R installation with tcltk
...al), as.logical(now)) : unable to load shared library "/opt/pkg/R-1.2.2/library/tcltk/libs/tcltk.so": ld.so.1: /opt/pkg/R-1.2.2/bin/R.bin: fatal: relocation error: file /opt/pkg/R-1.2.2/library/tcltk/libs/tcltk.so: symbol Tcl_Alloc: referenced symbol not found Error in .C("delTcl", PACKAGE = "tcltk") : C/Fortran function name not in load table Error in eval.with.vis(expr, envir, enclos) : tcltk support is absent I would appreciate it if you could help me correct this behavior. Best regards, Naoki Saito -- Naoki Saito, Ph.D., Associate P...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...ge: tcltk Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/soft/R/v1.5.1/lib/R/library/tcltk/libs/tcltk.so": dlopen: /soft/R/v1.5.1/lib/R/library/tcltk/libs/tcltk.so: symbol "Tcl_GetDoubleFromObj" unresolved Error in .C("delTcl", PACKAGE = "tcltk") : C/Fortran function name not in load table Error in eval.with.vis(expr, envir, enclos) : tcltk support is absent > ------------------------------------------------------ build: tcsh setenv CC /usr/bin/cc setenv F77 /usr/bin/f77 setenv MAKE /so...