GNU Radio does not pass Make check. Attached is the latest error generated upon running Make check-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 My computer's specifications are the following: OS : Ubuntu 7.10 (Gutsy Gibbon) from uname -a: Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux dependencies were installed via the command line using the following: sudo apt-get -y install g++ automake1.9 libtool python-dev fftw3-dev libcppunit-dev libboost-dev sdcc libusb-dev libasound2-dev libsdl1.2-dev python-wxgtk2.6 subversion guile-1.6 libqt3-mt-dev python-numpy-ext I simply copied the commands from this website: http://gnuradio.org/trac/wiki/UbuntuInstall. I also installed the optional components EXCEPT: emacs cvs usbview octave What should I do with this? Thanks!
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio