On Mon, Nov 10, 2003 at 10:02:00AM -0800, Rajiv Prasad wrote:> I separately compiled and installed fftw-3.0.1. The problem seems to be that > I need to provide "--with-fftw-lib" option to the configure script. How do I > do this?As options to R CMD INSTALL as per: edd at homebud:~/chibud/mm/pictures/tmp> R CMD INSTALL --help Usage: R CMD INSTALL [options] pkgs [...] Options: -h, --help print short help message and exit -v, --version print version info and exit --configure-args=ARGS set arguments for the package's configure script (if any) --configure-vars=VARS set variables for the configure script (if any) You may have to use quotes as e.g. $ R CMD INSTALL --configures-args="--with-fftw-lib=/opt/fftw3" rimage Hth, Dirk -- Those are my principles, and if you don't like them... well, I have others. -- Groucho Marx
Hi folks: I am trying to install the package "rimage" in R 1.8.0 on an Alpha Linux box. "R CMD INSTALL rimage_0.5-1.tar.gz" fails with the following: ... ... checking for stdint.h... yes checking for unistd.h... yes checking fftw.h usability... yes checking fftw.h presence... yes checking for fftw.h... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for fftwnd_one in -lfftw... no configure: error: Sorry, can't find fftw library. Please use --with-fftw-lib. ERROR: configuration failed for package 'rimage' ** Removing '/usr/local/R-1.8.0/lib/R/library/rimage' I separately compiled and installed fftw-3.0.1. The problem seems to be that I need to provide "--with-fftw-lib" option to the configure script. How do I do this?> version_ platform alphapca56-unknown-linux-gnu arch alphapca56 os linux-gnu system alphapca56, linux-gnu status major 1 minor 8.0 year 2003 month 10 day 08 language R Thanks. Rajiv