[R] R-Gnome

Agustin Lobo alobo at ija.csic.es
Tue Feb 19 10:53:40 CET 2002


Only recentely I've been able to get gnome support for R.
In my case the problem was not lacking any of the required
gnome components. The problem was simply that the gnome/bin directory
had to be included  in the PATH variable:

Bourne shell: PATH=$PATH:/opt/gnome/bin
c shel : setenv PATH $PATH:/opt/gnome/bin

and then just runing:

./configure --with-gnome

yields:

R is now configured for i686-pc-linux-gnu

  Source directory:          .
  Installation directory:    /usr/local
  C compiler:                gcc  -mieee-fp -D__NO_MATH_INLINES -g -O2
  C++ compiler:              c++  -mieee-fp -g -O2
  FORTRAN compiler:          g77  -g -O2

  X11 support:               yes
  Gnome support:             yes
  Tcl/Tk support:            yes

  R profiling support:       yes
  R as a shared library:     no

(options --with-gnome-includes --with-gnome-libs 
--with-libglade-config were not required in my case, having
gnome in /opt/gnome )

If you have unsuccesfuly run ./configure and make, you might want run
make distclean or, at least, delete config.cache.

Agus

Dr. Agustin Lobo
Instituto de Ciencias de la Tierra (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona SPAIN
tel 34 93409 5410
fax 34 93411 0012
alobo at ija.csic.es


On Mon, 18 Feb 2002, Daniele Pontillo wrote:

> I understand that the Gnome interface is experimental and not supported if 
> not specified during configuration. I did compile the source files of 1.4.1 
> as follows:
> ./configure --with-gnome.
> At the end of the process, I had NO support for gnome.
> Can you please help me?
> Daniele Pontillo, MD
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> 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
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> 

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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