Hi All,

I was trying to install gnuradio 3.5.

I used this command to install dependencies

sudo apt-get -y install git-core autoconf automake  libtool g++ python-dev
swig pkg-config libboost-all-dev libfftw3-dev libcppunit-dev libgsl0-dev
libusb-dev sdcc libsdl1.2-dev python-wxgtk2.8 python-numpy python-cheetah
python-lxml doxygen python-qt4 python-qwt5-qt4 libxi-dev libqt4-opengl-dev
libqwt5-qt4-dev libfontconfig1-dev libxrender-dev

And then followed following
./bootstrap
Success
./configure --with-boost=$BOOST_PREFIX
Success
make
Following Error:
Entering directory `/home/himanshu/gnuradio-3.5.0/gruel/src/lib/pmt'
/bin/bash ../../../../libtool --tag=CXX   --mode=compile g++
-DHAVE_CONFIG_H -I. -I../../../..
-I/home/himanshu/gnuradio-3.5.0/gruel/src/include
-I/home/himanshu/gnuradio-3.5.0/gruel/src/include -I/usr/include    -g -O2
 -Wall -Woverloaded-virtual -pthread -MT pmt.lo -MD -MP -MF .deps/pmt.Tpo
-c -o pmt.lo pmt.cc
libtool: Version mismatch error.  This is libtool 2.4 Debian-2.4-2ubuntu1,
but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4
Debian-2.4-2ubuntu1
libtool: and run autoconf again.
make[8]: *** [pmt.lo] Error 63

Thanks

Shashank
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to