Skip to content
Prev 5917 / 15075 Next

Compiling packages with specific gcc

On 5/5/2009 1:05 PM, Steve Lianoglou wrote:
You can pass configure args with the configure.args parameter to 
install.packages.  I'm not sure how many you need to set, but you'll 
likely need to set CC, CPP, CXX, F77, FC, OBJC, and maybe some of the 
associated flags.  You can see the list using "R CMD config" in the console.

Duncan Murdoch