-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation failing under Manjaro linux #71
Comments
That's strange -- it looks like |
I didn't manage to get a docker image running, I'm not too familiar with it and don't have the time right now. But other compiled packages work as expected. |
Update: I managed to install it with some help. I had to remove |
Thanks for the heads up! I just tried it and it works as expected now. |
Hi, I'm trying to install
later
from CRAN (I also tried the development version), but I keep running into an error when compiling the package. The failing call looks like this:g++ -I"/usr/include/R/" -DNDEBUG -pthread -DTHREADS_H_SUPPORT=1 -I"/home/karpfen/R/lib/Rcpp/include" -I"/home/karpfen/R/lib/BH/include" -D_FORTIFY_SOURCE=2 -fopenmp -fpic -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -c timestamp_win32.cpp -o timestamp_win32.o
Error message:
make: *** No rule to make target '-fopenmp', needed by 'later.so'. Stop.
Relevant software info:
Anything I could be doing wrong here?
Thanks for your help!
The text was updated successfully, but these errors were encountered: