Displaying 1 result from an estimated 1 matches for "r_xtra_path".
2004 Nov 08
3
Comments on the R-2.0.0 release (PR#7351)
...39;ve recently seen some other
packages that failed to compile for the same reason: the list of
standard locations that is searched at configure time for X11
libraries is out-of-date. The R-2.0.0 configure.ac script has this
snippet:
for dir in /usr/bin/X11 /usr/X11R6/bin /usr/openwin/bin; do
r_xtra_path="${r_xtra_path}${PATH_SEPARATOR}${dir}"
done
However, it does not seem to have an analogue for the corresponding
lib directory.
Also, on some systems, I had to switch from using the native C/C++
compilers to GNU gcc/g++.
R-2.0.0 has failed to build on these systems:
Apple PowerPC G4...