nolanlab / Rclusterpp

Memory efficient clustering in R for large datasets
Other
20 stars 11 forks source link

/bin/sh: g++-mp-4.8: command not found #5

Closed omega1119 closed 6 years ago

omega1119 commented 6 years ago

Hi there,

I'm trying to install Rclusterpp for R on my os x laptop. I have followed the installation instructions here: https://github.com/nolanlab/Rclusterpp/wiki/Getting-Started and when I try to run install.packages(c("Rcpp","RcppEigen","Rclusterpp"),type="source") in R, I keep getting the error /bin/sh: g++-mp-4.8: command not found. Any ideas on how to get around this?

Thanks, Simon

rbruggner commented 6 years ago

Sounds like g++ isn't installed or visible in the execution path. Did you confirm that gcc48 is installed / active on the command line?