Hi,

I am trying to install the newest version of R-3.1 from source and I've
been successful in the configuration using this command:

./configure --enable-R-shlib --with-x=no --prefix=/home/fcchan/usr/local

When I run make, I run into this issue:

gcc -std=gnu99 -Wl,--export-dynamic -fopenmp  -L/usr/local/lib64 -o R.bin
Rmain.o  -L../../lib -lR -lRblas
../../lib/libR.so: undefined reference to `rl_sort_completion_matches'
collect2: ld returned 1 exit status

Googling around seems to point the issue has to read with installing the
readline GNU library? I did install that, but I am still getting the same
issue.

Does anyone know the issue? Any advice would be greatly appreciated. Thanks,

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to