Skip to content
Prev 6404 / 15075 Next

question about installing from source

On Oct 20, 2009, at 11:44 PM, Mark Daniel Ward wrote:

            
You have compiled FFTW3 for 64-bit (the default on SL) yet you're  
trying to use it in 32-bit R. So either use 64-bit R (R --arch=x86_64)  
or compile FFTW3 for 32-bit (i.e., don't forget to add -arch i386 to  
CC and/or other compilers that may be needed).

Cheers,
Simon