Re: [Discuss-gnuradio] Problem installing gqrx

2015-09-17 Thread Carl Olsson
Dear Chris, Thank you for the help. I tried editing the makefile in "pybombs/src/gqrx" and then I run "sudo ./pybombs install gqrx" again. However the installation still failed with the error message below. And if I run "sudo find / -name libuhd.so\*" /usr/lib/x86_64-linux-gnu/libuhd.so.003.007

Re: [Discuss-gnuradio] Problem installing gqrx

2015-09-16 Thread Chris Kuethe
Your problem is "/usr/lib/x86_64-linux-gnu/libgnuradio-osmosdr.so: undefined reference to `uhd::device::find(uhd::device_addr_t const&)'" The linker can't find UHD. I see no "-luhd" in your linker flags, so the error makes sense... I wonder why the configuration process didn't find UHD, though. Do

[Discuss-gnuradio] Problem installing gqrx

2015-09-16 Thread Carl Olsson
Dear all, I have gnuradio installed on my 14.04 system using PyBOMBS. Now I would like to try out gqrx but I get the error message pasted below. I have found many other with this problem on the Internet and they solve it by removing -mt from the gqrx.lwr file. However, in my gqrx.lwr file the -mt