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:

[EMAIL PROTECTED]:~/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

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to