Forum: GNU Radio gnuradio3.2.2 in ubuntu 10.04 install error

Posted by "二频道" <595280971@qq.com> (Guest)
on 2012-07-14 09:54
(Received via mailing list)
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!
Posted by Tom Rondeau (Guest)
on 2012-07-29 15:55
(Received via mailing list)
On Sat, Jul 14, 2012 at 3:54 AM, 二频道 <595280971@qq.com> 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 <bootscrap> 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
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.