build fails fastLm.o
Posted on
gkirk
Joined: 10/24/2022
Forums
trying to install OpenMx with install.packages("OpenMx")
fails for RcppEigen with make fast.Lm.o error 1
fails for RcppEigen with make fast.Lm.o error 1
machine is Scientific Linux version 7.9 (Nitrogen)
Environment variables?
CXX17 = g++
CXX17FLAGS = -g -O2 $(LTO)
CXX17PICFLAGS = -fpic
CXX17STD = -std=gnu++17
On my local machine (on which I have root privileges), I defined these variables in /usr/local/lib/R/etc/Makeconf . On my Institute's computing cluster (where I do not have root privileges), I defined these variables in ~/.R/Makevars .
Since you're on a Linux-powered system, I assume you're using gcc as the compiler.
Let me know if that helps.
Log in or register to post comments