Skip to content
Prev 70791 / 398502 Next

RESOLVED: [R] R GUI for Linux?

1) As long as the developer version of tcltk is installed, I now have no problem compiling R with tcltk support on Fedora Core 3. After extracting the gunzipped directory, I switch to the new directory and execute the following two commands:
./configure ----enable-R-shlib
make

2) After compiling JGR as specified on their web site, the JGR program is initialized with the 'run' file. That's one of the first things said in the instructions but I forgot by the time I got things compiled.

Thanks for your help.

Chuck

-----Original Message-----
From: Gavin Simpson [mailto:gavin.simpson at ucl.ac.uk]
Sent: Tue 5/31/2005 8:57 AM
To: White, Charles E WRAIR-Wash DC
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] R GUI for Linux?
White, Charles E WRAIR-Wash DC wrote:
Base refers to the repository in which the packages reside. Unless you 
did a Full/Complete installation of FC3 from the CD's/DVD then you will 
*not* have all of Base installed.
How are you specifying the locations of the *.sh and *.h files?

I've done very little to my FC boxes and as long as tcl tk, tcl-devel 
and tk-devel packages are installed, ./configure picks up the locations 
just fine. You shouldn't have to do anything. Perhaps undo you what did 
after installing the tcl/tk and devel packages and try it again as this 
most definitely works for me (almost) out of the box.

If that doesn't work, wait till you get back to your 'subject' machine 
and post back exactly what messages you are receiving that indicate R 
couldn't compile/link to tcl/tk

G