[R] rimage package fftw breaks when freeing memory on openSUSE 11.3
Mads Jeppe Tarp-Johansen
s02mjtj at math.ku.dk
Wed Feb 9 16:15:44 CET 2011
Turned out to be a matter of having consistent header and dynamiclibrary
files - thus did
# rm /usr/include/fftw.h
# ln -s /usr/include/dfftw.h /usr/include/fftw.h
# ln -s /usr/lib64/libdfftw.so.2.0.7 /usr/lib64/libfftw.so
in order to get rid of fftw.h that hardlinked to single precision header
file.
Regards Mads Jeppe
More information about the R-help
mailing list