Installing GNU Radio

I am new to GNU Radio. Tried installing from source as per installation
guide but getting following message at the end of ./bootstrap execution:

*checking for FFTW3F… configure: error: Package requirements (fftw3f

=
3.0) were not met:

No package ‘fftw3f’ found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables FFTW3F_CFLAGS
and FFTW3F_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

*I am using Fedora 11 and already installed fft3w, (3.2.2), SWIG,
cppunit,Numarray & Numeric prior to gnu radio installation as per
instruction.

Please guide…


Lt Cdr Praphul Chandra
P 226/2
INS Valsura
Jamnagar
Gujrat
India
361150

Fixed Phone - 91 288 3987319
Cell Phone - 91 9377255765

your probably missing the fftw development package with headers and
such. Run the “yum install…” command on the following page; fftw-devel
is the first package:

http://gnuradio.org/trac/wiki/FedoraInstall

-Josh

On Sat, Aug 22, 2009 at 06:54:27PM +0530, praphul chandra wrote:

Alternatively, you may set the environment variables FFTW3F_CFLAGS
and FFTW3F_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

*I am using Fedora 11 and already installed fft3w, (3.2.2), SWIG,
cppunit,Numarray & Numeric prior to gnu radio installation as per
instruction.

Please guide…

Please try installing the fftw-devel package

http://gnuradio.org/trac/wiki/FedoraInstall

Eric