Hi Ralph,

If you come up with a sane solution for this, let me know. This hack is
a result of getting stuck in CMake hell while being in a hurry.

Johannes

On 03.12.2013 20:25, Ralph A. Schmid, dk5ras wrote:
> 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.
> 
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 

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

Reply via email to