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!
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio