discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Still struggling... now with Debian packages


From: John Ackermann N8UR
Subject: [Discuss-gnuradio] Still struggling... now with Debian packages
Date: Wed, 11 Jan 2006 16:40:39 -0500
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)

I've temporarily given up on building from source on my Kubuntu system.

I downloaded Ramakrishnan's .deb packages and forced them to install
(dependency issues around library versions, which I *think* are not
critical).

But things don't work... here's the output from a simple run with
python, as suggested by the README:

-----------------
address@hidden:~$ python
Python 2.4.2 (#2, Sep 30 2005, 21:19:01)
[GCC 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from gnuradio import gr
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/lib/python2.4/site-packages/gnuradio/gr/__init__.py",
line 27, in ?
    from gnuradio_swig_python import *
  File
"/usr/local/lib/python2.4/site-packages/gnuradio/gr/gnuradio_swig_python.py",
line 4, in ?
    import _gnuradio_swig_python
ImportError:
/usr/local/lib/python2.4/site-packages/gnuradio/gr/_gnuradio_swig_python.so:
undefined symbol: _Z14gr_make_agc_fffff
>>>
---------------
PYTHONPATH is set per the instructions in the README.

Anyway, any suggestions what might be causing this problem, and how to
fix it?

Thanks,

John




reply via email to

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