Re: [R-sig-Fedora] No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)

2017-08-23 Thread Tom Callaway
dl=0 > > > > -----Original Message----- > From: Tom Callaway [mailto:tcall...@redhat.com] > Sent: miƩrcoles, 23 de agosto de 2017 21:48 > To: Jaime Alvarez Benayas ; > r-sig-fedora@r-project.org > Subject: Re: [R-sig-Fedora] No rule to make target all.R, needed by > c

Re: [R-sig-Fedora] No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)

2017-08-23 Thread Jaime Alvarez Benayas
ct: Re: [R-sig-Fedora] No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon) On 08/23/2017 03:58 PM, Jaime Alvarez Benayas wrote: > ../../lib/libR.so: undefined reference to `pcre_assign_jit_stack' > ../../lib/libR.s

Re: [R-sig-Fedora] No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)

2017-08-23 Thread Tom Callaway
On 08/23/2017 03:58 PM, Jaime Alvarez Benayas wrote: > ../../lib/libR.so: undefined reference to `pcre_assign_jit_stack' > ../../lib/libR.so: undefined reference to `pcre_jit_stack_alloc' > ../../lib/libR.so: undefined reference to `pcre_free_study' This is the error. Your PCRE is being built wi

Re: [R-sig-Fedora] No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)

2017-08-23 Thread Jaime Alvarez Benayas
:/usr/local/packages6/R/3.2.1/bin Thanks again for the help -Original Message- From: Tom Callaway [mailto:tcall...@redhat.com] Sent: miƩrcoles, 23 de agosto de 2017 20:01 To: Jaime Alvarez Benayas ; r-sig-fedora@r-project.org Subject: Re: [R-sig-Fedora] No rule to make target all.R, n

Re: [R-sig-Fedora] No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)

2017-08-23 Thread Tom Callaway
On 08/18/2017 01:12 PM, Jaime Alvarez Benayas wrote: > Hello, > > I am trying to build R from source on Scientific Linux release 6.9 > (Carbon), Linux version 2.6.32-696.3.2.el6.x86_64 (Red Hat 4.4.7-18). Okay, so the versions of zlib, bzip2, xz, curl, and pcre are too old on Scientific Linux 6

Re: [R-sig-Fedora] No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)

2017-08-23 Thread Jaime Alvarez Benayas
target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon) On 08/18/2017 01:12 PM, Jaime Alvarez Benayas wrote: > Hello, > > I am trying to build R from source on Scientific Linux release 6.9 > (Carbon), Linux version 2.6.32-696.3.2.el6

Re: [R-sig-Fedora] No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)

2017-08-23 Thread Tom Callaway
On 08/18/2017 01:12 PM, Jaime Alvarez Benayas wrote: > Hello, > > I am trying to build R from source on Scientific Linux release 6.9 > (Carbon), Linux version 2.6.32-696.3.2.el6.x86_64 (Red Hat 4.4.7-18). Before debugging this too far, is there a reason you're building from source as opposed to

[R-sig-Fedora] No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)

2017-08-18 Thread Jaime Alvarez Benayas
Hello, I am trying to build R from source on Scientific Linux release 6.9 (Carbon), Linux version 2.6.32-696.3.2.el6.x86_64 (Red Hat 4.4.7-18). I load the needed modules and run: *./configure --prefix $install_dir --with-blas --with-lapack --enable-R-shlib 2>&1 | tee config-R-$version.log* T