I'm the happy user of a new machine and I'm trying to compile R-1.4.0 on it (linux Suse 7.3 box). After ./configure --with-gnome I get the following configuration: 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: no Tcl/Tk support: no R profiling support: yes R as a shared library: no configure: warning: you cannot build DVI versions of the R manuals configure: warning: you cannot build PDF versions of the R manuals The warnings are because: checking for dvips...no (same for tex,latex,makeindex,pdftex,pdflatex) but this is not a concern now. I can do it later Instead, I don't get gnome support despite the --with-gnome flag And, worst, this is what I get from make check: linux:/usr/local/R-1.4.0 # make check FORCE=FORCE make[1]: Entering directory `/usr/local/R-1.4.0/tests' make[2]: Entering directory `/usr/local/R-1.4.0/tests' make[3]: Entering directory `/usr/local/R-1.4.0/tests/Examples' make[4]: Entering directory `/usr/local/R-1.4.0/tests/Examples' make[4]: Leaving directory `/usr/local/R-1.4.0/tests/Examples' make[4]: Entering directory `/usr/local/R-1.4.0/tests/Examples' collecting examples for package `base' ... make[5]: Entering directory `/usr/local/R-1.4.0/src/library' /bin/sh: ../../bin/R: No such file or directory /bin/sh: ../../library/base/CONTENTS: No such file or directory cat: ../../library/*/CONTENTS: No such file or directory make[5]: *** [DOCS] Error 1 make[5]: Leaving directory `/usr/local/R-1.4.0/src/library' file ../../library/base/R-ex cannot be opened at ../../share/perl/massage-Examples.pl line 84. make[4]: *** No rule to make target `../../bin/R.bin', needed by `base-Ex.Rout'. Stop. make[4]: Leaving directory `/usr/local/R-1.4.0/tests/Examples' make[3]: *** [test-Examples] Error 2 make[3]: Leaving directory `/usr/local/R-1.4.0/tests/Examples' make[2]: *** [test-Examples] Error 2 make[2]: Leaving directory `/usr/local/R-1.4.0/tests' make[1]: *** [test-all-basics] Error 1 make[1]: Leaving directory `/usr/local/R-1.4.0/tests' make: *** [check] Error 2 What's wrong? I've downloaded the tar file from two diferent mirrors with identical results. 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 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Tue, Jan 22, 2002 at 06:16:31PM +0100, Agustin Lobo wrote:> 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: no^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This tells you that configure did not manage to locate all it needed to let you compile Gnome support. Up to you and the friendly SuSE support to figure out what else you need. Dirk -- Good judgment comes from experience; experience comes from bad judgment. -- F. Brooks -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Agustin Lobo <alobo at ija.csic.es> writes:> I'm the happy user of a new machine and > I'm trying to compile R-1.4.0 on it > (linux Suse 7.3 box). > > After > ./configure --with-gnome > > I get the following configuration:...> configure: warning: you cannot build DVI versions of the R manuals > configure: warning: you cannot build PDF versions of the R manuals > > The warnings are because: > checking for dvips...no > (same for tex,latex,makeindex,pdftex,pdflatex) > but this is not a concern now. I can do it later > > Instead, I don't get gnome support despite the --with-gnome flagGiven the amount of other stuff you seem to be missing, I'd guess that you need to install some of the gnome -devel packages.> And, worst, this is what I get from make check: > > linux:/usr/local/R-1.4.0 # make check FORCE=FORCE > make[1]: Entering directory `/usr/local/R-1.4.0/tests' > make[2]: Entering directory `/usr/local/R-1.4.0/tests' > make[3]: Entering directory `/usr/local/R-1.4.0/tests/Examples' > make[4]: Entering directory `/usr/local/R-1.4.0/tests/Examples' > make[4]: Leaving directory `/usr/local/R-1.4.0/tests/Examples' > make[4]: Entering directory `/usr/local/R-1.4.0/tests/Examples' > collecting examples for package `base' ... > make[5]: Entering directory `/usr/local/R-1.4.0/src/library' > /bin/sh: ../../bin/R: No such file or directory > /bin/sh: ../../library/base/CONTENTS: No such file or directory > cat: ../../library/*/CONTENTS: No such file or directory > make[5]: *** [DOCS] Error 1Did you run plain "make" first? -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On 22 Jan 2002, Peter Dalgaard BSA wrote:> Did you run plain "make" first? >Glups... No, I did not. Sorry for annoying everyone with this stupid question (my only excuse is that until now I had installed only the rpm versions). After make, make check gives no problem (as far as I can tell, all tests are ok). Thanks Agus -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
You don't have tcltk either. SuSE seems to not install devel support for things like tcl or gnome even if you specify a devel system. You need to install tcl-devel to get tcl support and I think you need at least gnome-core-devel libxml-devel libglade-devel esound-devel and maybe also gnome-libs-devel to get gnome support. With those installed I build successfully on SuSE 7.3, but I don't know what else I might have that you do not. luke On Tue, Jan 22, 2002 at 06:16:31PM +0100, Agustin Lobo wrote:> > I'm the happy user of a new machine and > I'm trying to compile R-1.4.0 on it > (linux Suse 7.3 box). > > After > ./configure --with-gnome > > I get the following configuration: > > 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: no > Tcl/Tk support: no > > R profiling support: yes > R as a shared library: no > > configure: warning: you cannot build DVI versions of the R manuals > configure: warning: you cannot build PDF versions of the R manuals > > The warnings are because: > checking for dvips...no > (same for tex,latex,makeindex,pdftex,pdflatex) > but this is not a concern now. I can do it later > > Instead, I don't get gnome support despite the --with-gnome flag > > And, worst, this is what I get from make check: > > linux:/usr/local/R-1.4.0 # make check FORCE=FORCE > make[1]: Entering directory `/usr/local/R-1.4.0/tests' > make[2]: Entering directory `/usr/local/R-1.4.0/tests' > make[3]: Entering directory `/usr/local/R-1.4.0/tests/Examples' > make[4]: Entering directory `/usr/local/R-1.4.0/tests/Examples' > make[4]: Leaving directory `/usr/local/R-1.4.0/tests/Examples' > make[4]: Entering directory `/usr/local/R-1.4.0/tests/Examples' > collecting examples for package `base' ... > make[5]: Entering directory `/usr/local/R-1.4.0/src/library' > /bin/sh: ../../bin/R: No such file or directory > /bin/sh: ../../library/base/CONTENTS: No such file or directory > cat: ../../library/*/CONTENTS: No such file or directory > make[5]: *** [DOCS] Error 1 > make[5]: Leaving directory `/usr/local/R-1.4.0/src/library' > file ../../library/base/R-ex cannot be opened at > ../../share/perl/massage-Examples.pl line 84. > make[4]: *** No rule to make target `../../bin/R.bin', needed by > `base-Ex.Rout'. Stop. > make[4]: Leaving directory `/usr/local/R-1.4.0/tests/Examples' > make[3]: *** [test-Examples] Error 2 > make[3]: Leaving directory `/usr/local/R-1.4.0/tests/Examples' > make[2]: *** [test-Examples] Error 2 > make[2]: Leaving directory `/usr/local/R-1.4.0/tests' > make[1]: *** [test-all-basics] Error 1 > make[1]: Leaving directory `/usr/local/R-1.4.0/tests' > make: *** [check] Error 2 > > What's wrong? I've downloaded the tar file from two diferent mirrors > with identical results. > > 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 > > > > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > 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 > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._-- Luke Tierney University of Minnesota Phone: 612-625-7843 School of Statistics Fax: 612-624-8868 313 Ford Hall, 224 Church St. S.E. email: luke at stat.umn.edu Minneapolis, MN 55455 USA WWW: http://www.stat.umn.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._