R-beta: compiling R-0.62.3 on SuSe Linux
Douglas Bates
bates at stat.wisc.edu
Wed Sep 30 19:24:12 CEST 1998
Sorry to reply to the entire list - the message didn't contain an
e-mail address for Alexander Volovics.
>>>>> "AA" == "Alexander Volovics" writes:
AV> Can somebody give me some idea of what is going wrong and what
AV> to do to correct it. I can't find the files "X.h, Xlib.h,
AV> Xutil.h, keysym.h, cursorfont.h" either in RH 5.1 or SuSe 5.3.
These files are include files for the X11 window system. They are
usually found in /usr/include/X11/ or /usr/X11R6/include. Try the
locate command, as in
bash-2.01$ locate Xlib.h
/usr/lib/perl5/i386-linux/5.004/Tk/pTk/Xlib.h
/usr/X11R6/include/X11/PEX5/PEXlib.h
/usr/X11R6/include/X11/Xlib.h
to determine where they are. The ./configure script should be able to
determine the location of these automatically. Since it didn't this
may mean that your C compiler needs to be tweaked.
There are two options to ./configure
--x-includes=DIR X include files are in DIR
--x-libraries=DIR X library files are in DIR
that you can use to set /usr/X11R6/include and /usr/X11R6/lib on the
include path and the libraries path respectively. It is unusual to
need to use them.
AV> R-0.62.3.tgz only contains R-base. So if I get it working where
AV> can I find the sources for the contributions and VR. I can't
AV> find them on tuwien.
They are available on the Comprehensive R Archive Network (CRAN) sites
in the src/contrib section. The primary CRAN site is
http://www.ci.tuwien.ac.at/R/
--
Douglas Bates bates at stat.wisc.edu
Statistics Department 608/262-2598
University of Wisconsin - Madison http://www.stat.wisc.edu/~bates/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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