These are the errors shown when MAKE-ing GNU Radio.


Traceback (most recent call last):
 File "./qa_rational_resampler.py", line 24, in <module>
   from gnuradio import blks
 File "/home/jpgacrama/INSTALLERS/GNU_RADIO/gnuradio-3.1.1
/gnuradio-core/src/python/gnuradio/blks/__init__.py",
line 37, in <module>
   exec "from gnuradio.blksimpl.%s import *" % (f,)
 File "<string>", line 1, in <module>
 File "/home/jpgacrama/INSTALLERS/GNU_RADIO/gnuradio-3.1.1
/gnuradio-core/src/python/gnuradio/blksimpl/pkt.py",
line 23, in <module>
   from gnuradio import gr, packet_utils
 File "/home/jpgacrama/INSTALLERS/GNU_RADIO/gnuradio-3.1.1
/gnuradio-core/src/python/gnuradio/packet_utils.py",
line 23, in <module>
   import numpy
 File "/usr/lib/python2.5/site-packages/numpy/__init__.py", line 43,
in <module>
   import linalg
 File "/usr/lib/python2.5/site-packages/numpy/linalg/__init__.py",
line 4, in <module>
   from linalg import *
 File "/usr/lib/python2.5/site-packages/numpy/linalg/linalg.py", line
25, in <module>
   from numpy.linalg import lapack_lite
ImportError: /usr/lib/liblapack.so.3: undefined symbol: ATL_chemv


I already installed GNU Radio. I downloaded all dependencies found in the
Wiki page (http://gnuradio.org/trac/wiki/UbuntuInstall) and I ran
./configure and make....

In short I did everything needed. It's just that there is an error involving
numpy. I have downloaded the latest version (Python 2.5). However, it keeps
on saying that there is an undefined symbol ATL_chemv. What is this? Thanks!
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to