Hi, I am trying to install the newest version of R-3.0.3 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/R-3.0.3 When I run make, I run into this issue: gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I../../src/extra/xz/api -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -c Rmain.c -o Rmain.o 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 Looking around it appears to be associated with the readline library which I've successfully installed. This is my linux operating system build if it helps (I don't have admin on the machine) cat /proc/version Linux version 2.6.18-164.el5 (mockbu...@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Thu Sep 3 03:28:30 EDT 2009 Any help would be appreciated. Thanks, [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.