Skip to content
Prev 68456 / 398506 Next

installing R-2.1.0 from source on Fedora Core 3 with tcltk

I installed from source on Fedora Core 3 starting with the
command

./configure --prefix=/usr --with-tcltk

(The --with-tcltk may not be necessary, but there seems to be
some correlation between using it and getting it to work.)

It would not compile with tcltk, even though I had both tcl and
tk rpms installed.

Various fooling around let me to get

http://www.murdoch-sutherland.com/Rtools/R_Tcl.zip

(even though it is supposedly for Windows), unzip it in the
R-2.0.0/ directory (where the tar file put itself), and also
install rpms for tcl-devel and tk-devel, which I did not have.
When I did both of these things, it worked.  Either one of them
alone (the ..devel rpms or the R_Tcl.zip) did not suffice.
(However, it isn't clear that a single trial experiment is
sufficient to determine what works.)

My own problem is solved for the moment.  But others may benefit
from this report, and it may be that the installation
documentation needs minor tweaking.  (Or it may be that I did
something else wrong, but right now I doubt that.)

Jon