[Discuss-gnuradio] Problem: Package fftw3f was not found in the pkg-config

2007-10-04 Thread Tomek
Hello!

I´m new to GNU Radio. I´m working on a project now and trying to get it to 
compile. I´m using cygwin and followed the Installing GNU Radio with Cygwin  
instruction step-by-step. The only problem i hade on the way was with wxPython 
because i tried the 2.8.6.0 and the instructions are for version 2.8.0.1 and i 
am missing the config.patch file in the 2.8.6.0 version.

Anyhow...i tried it despide my failure with wxPython because the instruction 
sais it is not necessary. Everything else was fine and worked. Now i tried to 
configure gnuradio 3.0.4 and i get the following message:




checking for fftw = 3.0... Package fftw3f was not found in the pkg-config 
search path. Perhaps you should add the directory containing 'fftw3f.pc' to the 
PKG_CONFIG_PATH enviroment variable No package 'fftw3f' found
configure: error: Libary requirements (fftw3f = 3.0) not met; consider 
adjusting the PKG_CONFIG_PATH enviroment variable if you libaries are in a 
nonstander prefix so pkg-config can find tham.


swhat do i have to do? edit the PKR_CONFIG_PATH? I googled and found 
out it FC5 could be the answer but FC5 installatin isw not explained in the 
cygwin instruction (http://gnuradio.org/trac/wiki/FC5Install) so anybody can 
give me a hint?

thx!

Tomek


-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Problem: Package fftw3f was not found in the pkg-config

2007-10-04 Thread Brian Padalino
On 10/4/07, Tomek [EMAIL PROTECTED] wrote:
 Hello!

 I´m new to GNU Radio. I´m working on a project now and trying to get it to 
 compile. I´m using cygwin and followed the Installing GNU Radio with Cygwin 
  instruction step-by-step. The only problem i hade on the way was with 
 wxPython because i tried the 2.8.6.0 and the instructions are for version 
 2.8.0.1 and i am missing the config.patch file in the 2.8.6.0 version.

 Anyhow...i tried it despide my failure with wxPython because the instruction 
 sais it is not necessary. Everything else was fine and worked. Now i tried to 
 configure gnuradio 3.0.4 and i get the following message:


 
 
 checking for fftw = 3.0... Package fftw3f was not found in the pkg-config 
 search path. Perhaps you should add the directory containing 'fftw3f.pc' to 
 the PKG_CONFIG_PATH enviroment variable No package 'fftw3f' found
 configure: error: Libary requirements (fftw3f = 3.0) not met; consider 
 adjusting the PKG_CONFIG_PATH enviroment variable if you libaries are in a 
 nonstander prefix so pkg-config can find tham.
 

 swhat do i have to do? edit the PKR_CONFIG_PATH? I googled and found 
 out it FC5 could be the answer but FC5 installatin isw not explained in the 
 cygwin instruction (http://gnuradio.org/trac/wiki/FC5Install) so anybody can 
 give me a hint?

I think when you do the install, it installed to
/usr/local/lib/pkgconfig.  This is noted on the FFTW installation page
here:

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

On my Cygwin installation, I have:

$ echo $PKG_CONFIG_PATH
/usr/lib/pkgconfig:/usr/local/lib/pkgconfig

Which allows me to run:

$ pkg-config --list-all | grep fft
fftw3 FFTW - fast Fourier transform library
fftw3fFFTW - fast Fourier transform library

 thx!

 Tomek

Brian


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio