Displaying 2 results from an estimated 2 matches for "xrminiti".
2016 Nov 08
2
proplems installing R 2.5 on Ubuntu 14.04
----- Am 8. Nov 2016 um 15:26 schrieb Johannes Ranke johannes.ranke at jrwb.de:
> Hi
>
> try
>
> apt-get build-dep r-base
>
> this installs the headers required for building current R, which probably also
> covers older versions - at least it will give you X11 headers.
>
> Good luck,
>
> Johannes
>
>
Hi Johannes,
i tried that and it didn't
2016 Nov 08
0
proplems installing R 2.5 on Ubuntu 14.04
...re not
available
Looking in config.log, I see:
configure:44433: gcc -std=gnu99 -o conftest -g -O2 -I/usr/local/include
-L/usr
/local/lib64 conftest.c -lXt -ldl -lm >&5
/tmp/cc8fJIay.o: In function `main':
/home/gwhite/Documents/Testing/R-2.5.1/conftest.c:205: undefined reference
to `XrmInitialize'
collect2: error: ld returned 1 exit status
configure:44439: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #define PACKAGE_VERSION "2.5.1"
| #define PACKAGE_STRING "R 2.5.1"
[......