Hi Ralph,

On 03.12.2013 21:51, Ralph A. Schmid, dk5ras wrote:
> Sorry, forgot to mention it, of course it is installed. libfftw3-3 with
> dev and dbg, from the normal packet management. OS is Kubuntu 12.04 LTS
> 32 bit, GR3.7 installed and working, uhd, gr-osmosdr, bladerf.

the library path to libfftw3f is actually hardcoded in the makefile.
search for
  SET(FFTW3f /usr/lib/x86_64-linux-gnu/libfftw3f.so)
in gr37-lte/lib/CMakeLists.txt
and replace it with the the proper library location for your system.
for example:
  SET(FFTW3f /usr/lib64/libfftw3f.so)

best regards,
Martin

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to