[R] tcltk installation 
    Prof Brian D Ripley 
    ripley at stats.ox.ac.uk
       
    Thu Sep 20 22:01:03 CEST 2001
    
    
  
On Thu, 20 Sep 2001, John Carew wrote:
> I have a sun machine (solaris 8) with R 1.3.0 installed.  I want to
> install tcltk libraries to add gui support.  Could someone please point me
> to the appropriate instructions?  Thank you for your help.
Install tcl and tk.
Get R-1.3.1.tgz and unpack.
Try ./configure.  If that fails to find tcl/tk (it reports at the end)
remove config.cache and use
  --with-tcltk            use Tcl/Tk, or specify its library dir [yes]
  --with-tcl-config=TCL_CONFIG
                          specify location of tclConfig.sh []
  --with-tk-config=TK_CONFIG
                          specify location of tkConfig.sh []
as appropriate to specify where you put it.  In the default installation
of Tcl/TK on Solaris, you don't need this.
-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
    
    
More information about the R-help
mailing list