URGENT ERROR: MAKE-ing GNU Radio

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

Traceback (most recent call last):
File “./qa_rational_resampler.py”, line 24, in
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
exec “from gnuradio.blksimpl.%s import *” % (f,)
File “”, line 1, in
File “/home/jpgacrama/INSTALLERS/GNU_RADIO/gnuradio-3.1.1
/gnuradio-core/src/python/gnuradio/blksimpl/pkt.py”,
line 23, in
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
import numpy
File “/usr/lib/python2.5/site-packages/numpy/init.py”, line 43,
in
import linalg
File “/usr/lib/python2.5/site-packages/numpy/linalg/init.py”,
line 4, in
from linalg import *
File “/usr/lib/python2.5/site-packages/numpy/linalg/linalg.py”, line
25, in
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!