Gnuradio3.3 "./configure " error: No package 'fftw3f' found

I am new to gnu radio and its installation. I am using gnuradio-3.3.0
in my fc10 Desktop machine. when i run the ./configure command, it gives
the following error
" Checking for FFTW3F… configure:error : Package
requirement(fftw3f>=3.0) were not met
No package 'fftw3f’found
"

After searching the web i found the answer in

http://www.ruby-forum.com/topic/126917

but the problem still exists. ( ./configure is unsuccessful and no
‘make’ file)

The symptoms are :

when i do
$ ls /usr/lib/pkg-config
i can see the fftw3f.pc file among the known files

when i do

$ PKG_CONFIG_PATH=/usr/lib/pkgconfig pkg-config – list - all

i can see nothing !!!

when i do

$ pkg-config --list-all | grep fft

i can see only

fftw3    FFTW - fast Fourier transform library

but i cannot see

fftw3f FFTW - fast Fourier transform library

why??

Any one please give me a hint for the above problem.

Advance thanks in millions

pks

Were you able to solve this problem at the end? I would appreciate a lot
any tips/tricks. Thanks!

Ibra