Skip to content
Prev 256182 / 398506 Next

Where is the tcltk package?

On 04/07/2011 07:55 PM, Rolf Turner wrote:
<snip>
Synaptic is just a front end to "sudo apt-get" type installs, so same thing. You 
probably need the tcl-dev and tk-dev (or similarly named) for your version of 
tcltk to compile.  Those contain the development headers needed to compile 
programs against the tcltk library.  You can look in the config.log file created 
by the R "configure" process and grep for "tcl" to see what might have gone 
wrong, but my guess is tcl.h or something like that couldn't be found.

So once you install those dev packages, you could rebuild R and check that tcltk 
will work, the results of "configure" should tell you that before you even compile.

Or just install the Ubuntu packages per:

http://cran.r-project.org/bin/linux/ubuntu/

assuming that's your distro.

HTH,
erik