Skip to content

problem in downloading the rimage package

3 messages · Shantanu D, Simon Urbanek, Brian Ripley

#
On Nov 14, 2008, at 5:53 PM, Shantanu D wrote:

            
It helps to read the error, because that tells you all you need to  
know - you have to recompile libfftw with -fPIC (or use dynamic  
library instead of static one).

Cheers,
S
#
On Fri, 14 Nov 2008, Shantanu D wrote:

            
/usr/local/lib/libfftw.a: is where a 32-bit static library is placed. 
This looks like a 64-bit system, in which case you need a dynamic library, 
/usr/local/lib64/libfftw.so.

This is nothing to do with your subject line (what did 'downloading' have 
to do with this?), but reflects a problem with a local software install on 
your machine.  Only you can explain how fftw2 got installed as it did.