Created
March 17, 2014 18:56
-
-
Save Thell/9605892 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang++ -I/usr/share/R/include -DNDEBUG -I../inst/include/ -I"/home/thell/R/x86_64-pc-linux-gnu-library/3.0/Rcpp/include" -fpic -Wall -O3 -c RcppExports.cpp -o RcppExports.o | |
14 | |
** libs | |
15 | |
clang++ -I/usr/share/R/include -DNDEBUG -I../inst/include/ -I"/home/thell/R/x86_64-pc-linux-gnu-library/3.0/Rcpp/include" -fpic -Wall -O3 -c RcppMultiPrecision.cpp -o RcppMultiPrecision.o | |
16 | |
clang++ -shared -o RcppMultiPrecision.so RcppExports.o RcppMultiPrecision.o -lmpfr -lgmp -L/usr/lib/R/lib -lR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment