Gnuradio install problem

Hi All,

I am new to gnuradio, I have downloaded gnuradio-3.2 source, and tried
to
execute ./configure

But it is giving error

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.

Please provide a hint to fix it.

Thanks

Lokesh K.

On Thu, Jun 18, 2009 at 6:29 PM, Lokesh K. [email protected] wrote:

installed software in a non-standard prefix.

Please provide a hint to fix it.

Do you have fftw3f installed (make sure it has a version >= 3.0)?
As the message you provided explains, you are missing a gnuradio
dependency.


From: discuss-gnuradio-bounces+ravishankar.m=removed_email_address@domain.invalid
[mailto:discuss-gnuradio-bounces+ravishankar.m=removed_email_address@domain.invalid]
On Behalf Of Lokesh K.
Sent: Friday, June 19, 2009 7:00 AM
To: [email protected]
Subject: [Discuss-gnuradio] gnuradio install problem

Hi All,

I am new to gnuradio, I have downloaded gnuradio-3.2 source, and tried
to
execute ./configure

But it is giving error

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.

Please provide a hint to fix it.

[Answer] Some days before I had the same problem when I was installing
gnu
radio with cygwin. But I made sure that I installed fftw-3.1.2
dependency
correctly and the problem got rectified.

Thanks

Lokesh K.

----Best Regards

----Ravi