Skip to content

Comments on the R-2.0.0 release (PR#7351)

1 message · Brian Ripley

#
I don't see the bug report in here.  What is the bug you wished to report?
(That R requires some flags set on some platforms is documented in the 
R-admin manual, and not a bug.)

Comments are better sent to the mailing list, not the bug repository, as 
someone now has to decide what to do with this.
On Mon, 8 Nov 2004 beebe@math.utah.edu wrote:

            
That's because configure --help says

X features:
  --x-includes=DIR    X include files are in DIR
  --x-libraries=DIR   X library files are in DIR

so I think you omitted --x-libraries=/usr/X11R6/lib.
This is also documented in the R-admin manual.  


Note that including /usr/X11R6/lib would be rather dangerous, as on 64-bit
Linux systems the correct directory is (at least on ours)  
/usr/X11R6/lib64.  I believe all properly configured systems will have the
appropriate one of /usr/X11R6/lib64, /usr/X11R6/lib in the default library
path, but if not it will not be a good idea for R to start guessing.

[...]