[GRASSLIST:6316] Re: GRASS 6 install: Lost in dependency hell

Hamish hamish_nospam at yahoo.com
Sat Apr 2 21:54:22 EST 2005


> I'm trying to install GRASS 6.0 on Linux Fedora 3. Had lots of trouble
> 
> with rpms getting lost in dependency hell, having to install manually 
> gdal, geos, fftw, etc. Now I can't get GRASS ./configure to run: It 
> wants fftw.h and there is no fftw.h in the latest (3.0.1) version. I 
> found a fftw3.h in /usr/local/include, so I did a symbolic link, but
> now  it complains:
> 
> ...
> checking for fftw.h... yes
> checking for location of FFTW library...
> checking for fftwnd_one in -lfftw... no
> checking for fftwnd_one in -ldfftw... no
> configure: error: *** Unable to locate FFTW library.
> 
> I'm guessing I need some other version of fftw? Any ideas?

Yes, you need FFTW version 2.1.5.

from the Requirements file:
  http://grass.ibiblio.org/grass60/source/REQUIREMENTS.html


[Optional requirements:]
 * FFTW 2.x (library for computing the Discrete Fourier Transform),
   required for i.fft and i.ifft modules

   http://www.fftw.org


If you don't plan on using i.fft, './configure --without-fftw'

It is just a matter of no one upgrading GRASS to talk to FFTW 3 yet I
think.



Hamish




More information about the grass-user mailing list