On Wed, 21 Jun 2000, Helgi Tomasson wrote:> I just compiled R-1.1.0 on two systems, redhat 5.2 (sparse) and suse 6.3 > (loaded) . On > redhad I got x11 support yes on suse I got x11support no. I cannot > figure out the differenceMost likely the X11 header files are either missing or are somewhere strange. They should be somewhere like /usr/include/X11 or /usr/X11R6/include/X11. If they aren't installed you need to install them. If they are somewhere strange you can use the --x-includes=DIR and/or --x-libraries=DIR options to tell configure where to look. -thomas Thomas Lumley Assistant Professor, Biostatistics University of Washington, Seattle -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
I just compiled R-1.1.0 on two systems, redhat 5.2 (sparse) and suse 6.3 (loaded) . On redhad I got x11 support yes on suse I got x11support no. I cannot figure out the difference ./configure gives in both cases Source directory: . Installation directory: /usr/local C compiler: gcc -mieee-fp -D__NO_MATH_INLINES -g -O2 FORTRAN compiler: g77 -g -O2 X11 support: yes ------------------------ on suse 6.3 it is no WHY? Gnome support: no Tcl/Tk support: yes Is there some environment variable missing or is something from X missing? regards Helgi -- Helgi Tomasson FAX: 354-552-6806 University of Iceland PHONE:354-525-4571 Faculty of Economics and Business Administration email:helgito at rhi.hi.is Oddi v/ Sturlugotu IS-101 Reykjavik ICELAND -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Helgi Tomasson <helgito at hi.is> writes:> I just compiled R-1.1.0 on two systems, redhat 5.2 (sparse) and suse 6.3 > (loaded) . On > redhad I got x11 support yes on suse I got x11support no. I cannot > figure out the difference > > ./configure gives in both cases > > Source directory: . > Installation directory: /usr/local > C compiler: gcc -mieee-fp -D__NO_MATH_INLINES -g -O2 > FORTRAN compiler: g77 -g -O2 > X11 support: yes ------------------------ on suse 6.3 it is no WHY? > Gnome support: no > Tcl/Tk support: yes > > Is there some environment variable missing or is something from X missing?The scientific way of figuring out is to look inside config.log and see what test is failing at that point and what the error message looks like. <Usual question: You didn't leave a config.cache in your build directory from the RedHat build, did you?> -- 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 Wed, 21 Jun 2000, Helgi Tomasson wrote:> I just compiled R-1.1.0 on two systems, redhat 5.2 (sparse) and suse 6.3 > (loaded) . On > redhad I got x11 support yes on suse I got x11support no. I cannot > figure out the difference > > Is there some environment variable missing or is something from X missing?Well, you are missing the X-headers I guess, they are not installed by default on suse systems. So get the xdevel package which is located in series x and this should be sorted out otherwise you should check the location of them as suggested. ;-> Somehow SuSE should remind people to install it when the gcc is installed, I think... Regards, W.Theis ________________________________________________________________________ Dipl.-Math. Winfried Theis Tel:++49 231/755-5903 SFB 475, FB Statistik, Universit"at Dortmund, 44221 Dortmund e-mail: theis at amadeus.statistik.uni-dortmund.de -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._