On Mon, 11 Sep 2006, John Kornak wrote: > Dear R people, > > I am trying to install rimage using install.packages("rimage") but am > receiving the following errors despite having FFTW installed. I would > appreciate any help to get this fixed. > > checking fftw.h usability... no > checking fftw.h presence... no > checking for fftw.h... no > configure: error: Sorry, can't find fftw header > ERROR: configuration failed for package 'rimage' > > I am using FFTW version 3.1, fedora core 3 and R version 2.3.1 > > I noticed an old posting on the subject but the solution was to install > FFTW which I already did but the error still persists.
You need fftw2, not fftw3 (as the DESCRIPTION file says). That posting was spot on. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ R-help@stat.math.ethz.ch 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.