discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Problem: Package fftw3f was not found in thepkg-c


From: Don Ward
Subject: Re: [Discuss-gnuradio] Problem: Package fftw3f was not found in thepkg-config
Date: Thu, 4 Oct 2007 13:08:23 -0400


----- Original Message ----- From: "Tomek" <address@hidden>
To: <address@hidden>
Sent: Thursday, October 04, 2007 11:59 AM
Subject: [Discuss-gnuradio] Problem: Package fftw3f was not found in thepkg-config


[...]
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.
"

   ls /usr/local/lib/pkgconfig

should list fftw3f.pc among the known packages.

   PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --list-all

should also list fftw3f.pc among the known packages.

   echo $PKG_CONFIG_PATH

should show that PKG_CONFIG_PATH is not defined. If it is defined as anything other than /usr/local/lib/pkgconfig you have a problem; try resetting it with

   PKG_CONFIG_PATH=

-- Don W.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]