discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Problem


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Problem
Date: Tue, 20 Oct 2009 19:42:55 -0400
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

John Fidanis wrote:
$python qa_howto.py

Traceback (most recent call last):
  File "qa_howto.py", line 1, in <module>
    from gnuradio import gr,howto
File "/usr/local/lib/python2.5/site-packages/gnuradio/howto.py", line 6, in <module>
    import _howto
ImportError: /usr/local/lib/python2.5/site-packages/gnuradio/_howto.so: undefined symbol: fftw_malloc

->This is what i receive when i'm trying to run my code...Can anyone help me to solve it?


It looks like you're howto library isn't linking against libfftw3f.so. You'll have to edit Makefile.am to add this.

Tom





reply via email to

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