discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] LTE framework receiver gr-lte


From: Ralph A. Schmid, dk5ras
Subject: Re: [Discuss-gnuradio] LTE framework receiver gr-lte
Date: Wed, 4 Dec 2013 05:25:01 +0100

Hi,

> 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)

Ah, I see, the comment for this tells something about an ugly hack, and it 
seems I fell for it :)
 
> best regards,
> Martin

Thanks!

Ralph.





reply via email to

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