Jan_Svatos@eurotel.cz
2002-Aug-05 05:44 UTC
[R] Problems when building R with gnome support (Mandrake Linux)
Hi R-Community, I faced problems when building R 1.5.1 from sources on i686-linux-gnu (Mandrake Linux 8.2) _with gnome support_ After running configure: ./configure --with-x --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --with-gnome --with-gnome-includes=/usr/include/gnome-1.0 --with-gnome-libs=/usr/lib/gnome-libs --with-readline R is configured this way: --- R is now configured for i686-pc-linux-gnu Source directory: . Installation directory: /usr/local C compiler: gcc -D__NO_MATH_INLINES -mieee-fp -g -O2 C++ compiler: g++ -mieee-fp -g -O2 FORTRAN compiler: g77 -g -O2 X11 support: yes Gnome support: no Tcl/Tk support: yes Readline support: yes R profiling support: yes R as a shared library: no configure: WARNING: GNOME support requires libglade version >= 0.3 --- where the rows given by configure are: checking for libglade-config... no checking for libglade... no But there IS libglade RMP installed with .so needed: RPM libglade0-0.17-2mdk provides /usr/lib/libglade.so.0.4.2 /usr/lib/libglade.so.0 therefore there is libglade version >=0.3. The same problem occurs even when I try --with-gnome-libs=/usr/lib Should I change some compile flags? How can I tell configure to take into account /usr/lib/libglade.so.0.4.2 ? Should I modify config.site? Am I doing something completely wrong? TIA, Jan PS: I know about RPM for Mandrake on CRAN, but I try to install R from sources. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Laurent Gautier
2002-Aug-05 08:46 UTC
[R] Problems when building R with gnome support (Mandrake Linux)
On Mon, Aug 05, 2002 at 07:44:48AM +0200, Jan_Svatos at eurotel.cz wrote:> Hi R-Community, > > I faced problems when building R 1.5.1 from sources on i686-linux-gnu > (Mandrake Linux 8.2) > _with gnome support_ > > After running configure: > > ./configure --with-x --x-includes=/usr/X11R6/include > --x-libraries=/usr/X11R6/lib --with-gnome > --with-gnome-includes=/usr/include/gnome-1.0 > --with-gnome-libs=/usr/lib/gnome-libs --with-readline > > R is configured this way: > --- > R is now configured for i686-pc-linux-gnu > > Source directory: . > Installation directory: /usr/local > C compiler: gcc -D__NO_MATH_INLINES -mieee-fp -g -O2 > C++ compiler: g++ -mieee-fp -g -O2 > FORTRAN compiler: g77 -g -O2 > > X11 support: yes > Gnome support: no > Tcl/Tk support: yes > Readline support: yes > > R profiling support: yes > R as a shared library: no > > configure: WARNING: GNOME support requires libglade version >= 0.3 > --- > > where the rows given by configure are: > > checking for libglade-config... no > checking for libglade... no > > But there IS libglade RMP installed with .so needed: > RPM libglade0-0.17-2mdk > provides > /usr/lib/libglade.so.0.4.2 > /usr/lib/libglade.so.0 > > therefore there is libglade version >=0.3....but you may need some abc-devel rpms too... you do have libglade0-devel installed, don't you ?> > The same problem occurs even when I try --with-gnome-libs=/usr/libI built R on Mandrake 8.2 and I did not have to specify the path... I think the problem comes from missing '.h' files...> > Should I change some compile flags? > How can I tell configure to take into account /usr/lib/libglade.so.0.4.2 ? > Should I modify config.site? > Am I doing something completely wrong? > > TIA, > Jan > > PS: I know about RPM for Mandrake on CRAN, but I try to install R from > sources. > > > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > 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 > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._-- -------------------------------------------------------------- Laurent Gautier CBS, Building 208, DTU PhD. Student DK-2800 Lyngby,Denmark tel: +45 45 25 24 89 http://www.cbs.dtu.dk/laurent -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Apparently Analagous Threads
- gnome support failure (libglade error on debian)
- R-gnome: no way to configure
- Re: Bug#275791: r-gnome: gnome library can not be read (PR#7276)
- R 1.7.0 installation problem: make check fails when using --with-lapack option
- R --gnome segfaults on RH 6.0 with R-0.65.0