Gnuradio3.2.2 in ubuntu 10.04 install error

Hay,

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

I got gnuradio-3.2.2 in Index of /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 to
“autoreconfig -fiv” to try to solve the first error, and do again. The
second error happened again…

Thanks!

On Sat, Jul 14, 2012 at 3:54 AM, 二频道 [email protected] wrote:

Debian-2.2.6b-2ubuntu1, but the
mentioned above never occurred again. But followed another mistake:

Then I tried to replace the code “autoconfig” in to
“autoreconfig -fiv” to try to solve the first error, and do again. The
second error happened again…

Thanks!

Yes, you should be able to just run ./bootstrap to fix the libtool
errors.

The second error is probably due to a partial or broken installation
of latex. Try (re)installing latex on your machine for that. Or
disable doxygen (–disable-docs, I think, on that version).

More importantly, 3.2.2 is a really old version. You should try to
update to newer or the newest version. Many of the build issues will
be easier to deal with and we know the latest version works on Ubuntu
10.04.

Tom