velocyto.R icon indicating copy to clipboard operation
velocyto.R copied to clipboard

cannot find -lboost_filesystem

Open robin-sto opened this issue 1 year ago • 2 comments

Hello,

When installing into an R/4.2.3 environment, I am getting this error: g++ -std=gnu++11 -shared -L/usr/local/R/4.2.3/lib64/R/lib -L/usr/local/lib64 -o velocyto.R.so RcppExports.o points_within.o routines.o -lboost_filesystem -lboost_system -lstdc++ -L/usr/local/R/4.2.3/lib64/R/lib -lRlapack -L/usr/local/R/4.2.3/lib64/R/lib -lRblas -fopenmp -lgfortran -lm -lquadmath -L/usr/local/R/4.2.3/lib64/R/lib -lR /usr/local/binutils/2.30.0/bin/ld: cannot find -lboost_filesystem /usr/local/binutils/2.30.0/bin/ld: cannot find -lboost_system

The install command: devtools::install_github("velocyto-team/velocyto.R")

Can you please help? Thanks.

robin-sto avatar Jan 23 '24 15:01 robin-sto