discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gnuradio installation on ubuntu 9.04


From: Mike
Subject: Re: [Discuss-gnuradio] gnuradio installation on ubuntu 9.04
Date: Sun, 28 Mar 2010 23:09:46 +0100

Hi Merve,

If you have followed the instructions at http://gnuradio.org/redmine/wiki/1/UbuntuInstall

* Jaunty (9.04): **Package sdcc-nf needs to be installed (instead of sdcc)**

sudo apt-get -y install swig g++ automake1.9 libtool python-dev fftw3-dev \
libcppunit-dev libboost1.35-dev sdcc-nf libusb-dev \
libsdl1.2-dev python-wxgtk2.8 subversion git guile-1.8-dev \
libqt4-dev python-numpy ccache python-opengl libgsl0-dev \
python-cheetah python-lxml doxygen qt4-dev-tools \
libqwt5-qt4-dev libqwtplot3d-qt4-dev pyqt4-dev-tools

...then all you need to do is:

./bootstrap
./configure
make
make check
sudo make install

cheers,

mike


On 28 March 2010 22:59, Merve Deniz <address@hidden> wrote:
   Hi Everbody,
   I tried to setup gnuradio on ubuntu 9.04. When i write "./configure --with-boost=$BOOST_PREFIX # As per the instructions for installing Boost " command on terminal some error occurs...            
                   
make[4]: *** [gnuradio-config-info] Error 1
make[4]: Leaving directory `/home/merve/gnuradio/gnuradio-core/src/lib'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/home/merve/gnuradio/gnuradio-core/src/lib'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/home/merve/gnuradio/gnuradio-core/src'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/merve/gnuradio/gnuradio-core'
make: *** [check-recursive] Error 1

Is there anybody know how can i can figure out this problem?

Merve...
            







_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

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