discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today


From: Marcus D. Leech
Subject: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today
Date: Mon, 04 Apr 2011 18:19:58 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9

From today's GIT, fresh build

./bootstrap
./configure
make
sudo make install

Then when I try to use gnuradio stuff:

>>> from gnuradio import gr
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.6/dist-packages/gnuradio/gr/__init__.py", line 43, in <module>
    from gnuradio_core import *
File "/usr/local/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_core.py", line 23, in <module>
    from gnuradio_core_runtime import *
File "/usr/local/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_core_runtime.py", line 24, in <module>
    _gnuradio_core_runtime = swig_import_helper()
File "/usr/local/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_core_runtime.py", line 20, in swig_import_helper _mod = imp.load_module('_gnuradio_core_runtime', fp, pathname, description) ImportError: /usr/local/lib/libgnuradio-core-3.4.0git.so.0: undefined symbol: _ZTIN5gruel12msg_accepterE
>>>

Re-did the build a coupla of times, including "make clean" and "make distclean". Still the same results.

Did a "sudo ldconfig" just in case it was the LD cache. No dice, still same problem.

System is Ubuntu 10.10 x86_64






reply via email to

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