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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to