On Wed, May 23, 2018 at 2:27 PM, Kevin E. Thorpe
wrote:
> I suspect the main difficulty the OP is having is building R with shlib
> support.
apt-get update
apt-get build-dep r-base
wget https://cran.r-project.org/src/base/R-3/R-3.5.0.tar.gz
tar -xvf R-3.5.0.tar.gz
cd R-3.5.0
./configure --enable-
I suspect the main difficulty the OP is having is building R with shlib
support.
Steve, can you build from source without the --enable-R-shlib flag on
configure?
Kevin
On 05/23/2018 01:58 PM, Ista Zahn wrote:
On Tue, May 22, 2018 at 6:47 PM, Steve Gutreuter wrote:
I would love to hear fro
On Tue, May 22, 2018 at 6:47 PM, Steve Gutreuter wrote:
> I would love to hear from anyone who has successfully built 3.5.0 under
> Ubuntu 18.04 (Bionic Beaver).
This is the wrong list, see R-sig-debian. That said,
apt-get update
apt-get build-dep r-base
wget https://cran.r-project.org/src/base
Seems O/T for this list, which is about R programming.
Have you tried an internet search on "Install R on ubuntu" or similar.
I found this:
https://www.linode.com/docs/development/r/how-to-install-r-on-ubuntu-and-debian/
There are also r-sig-debian and r-sig-fedora mailing lists, in case that
m
I would love to hear from anyone who has successfully built 3.5.0 under
Ubuntu 18.04 (Bionic Beaver). My attempts have failed, including:
export LDFLAGS="$LDFLAGS -fPIC"
export CXXFLAGS="$CXXFLAGS -fPIC"
export CFLAGS="$CFLAGS -fPIC"
./configure --enable-R-shlib --prefix=/usr/lib/R/3.5.0
C
5 matches
Mail list logo