I'm fighting a similar kind of error with QT right now. I'll pass along some debug that I was asked to do. First open a terminal and execute the following:
ldd /usr/local/lib/libgnuradio-mimo.so | grep libgnu
Then search for the file it reports back like this:ldd /usr/local/lib/libgnuradio-mimo.so | grep libgnu
sudo find / -name 'filename.so*'
Rich
On Tue, Jan 27, 2015 at 5:35 AM, zs <zswx_890@126.com> wrote:
Can someone help me?Thanks.Hi all:
Thank you in advance.
I have use the tool "gr_modtool" to create a cpp document.But an error exists:
ImportError: /usr/local/lib/libgnuradio-mimo.so: undefined symbol: _ZTIN2gr4mimo21csi_int_cfo_vcvc_implE
I have search the maillist,and find "sudo ldconfig" to solve it.But when I use the "sudo ldconfig",the error also exists.
Best regards,
zs
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
No comments:
Post a Comment