discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] gnuradio3.2.2 in ubuntu 10.04 install error


From: ??????
Subject: [Discuss-gnuradio] gnuradio3.2.2 in ubuntu 10.04 install error
Date: Sat, 14 Jul 2012 15:54:05 +0800

Hay,

I tried to install gnuradio3.2.2 in ubuntu 10.04 to test a project.

I got gnuradio-3.2.2 in http://gnuradio.org/releases/gnuradio/

When I make the code, here are a error occured, which is :

"""
libtool: Version mismatch error.  This is libtool 2.2.6b Debian-2.2.6b-2ubuntu1, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b Debian-2.2.6b-2ubuntu1
libtool: and run autoconf again.
"""

It seems that the libtool version mismatch, but unfortunately i could not find a way to install libtool 2.2.6 instead of libtool 2.2.6b in ubuntu.

Without any change, just after "make clean" and "make" again, the error mentioned above never occurred again. But followed another mistake:

"""
sh: latex: not found
Problems running latex. Check your installation or look for typos in _formulas.tex and check _formulas.log!
dvips: DVI file can't be opened: _formulas.dvi: No such file or directory
Problems running dvips. Check your installation!
"""

Any advise?


Then I tried to replace the code "autoconfig" in <bootscrap> to "autoreconfig -fiv"  to try to solve the first error, and do again. The second error happened again...

Thanks!

reply via email to

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