Re: [Discuss-gnuradio] Bootstrap does not work during installing GNU Radio
On Mon, Jan 19, 2009 at 4:02 AM, José Carlos Reyes wrote: > ./bootstrap: 25: aclocal: not found > ./bootstrap: 26: autoconf: not found > ./bootstrap: 27: autoheader: not found > ./bootstrap: 28: libtoolize: not found > ./bootstrap: 29: automake: not found > ./bootstrap: 25: aclocal: not found > ./bootstrap: 26: autoconf: not found > ./bootstrap: 27: autoheader: not found > ./bootstrap: 29: automake: not found Please ensure that you have the autoconf and automake programs installed. For details on version requirements, see the README file in the top directory. -Johnathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
[Discuss-gnuradio] Bootstrap does not work during installing GNU Radio
Hi all, I am trying to install GNU Radio on Ubuntu 8.04 from svn (svn co http://gnuradio.org/svn/gnuradio/trunk gnuradio). Before I have installed Boost 1.37.0 and It was ok. But when I try to bootstrap I obtain the following: Revisión obtenida: 10260 n...@hidden-desktop:~/Escritorio$ cd gnuradio n...@hidden-desktop:~/Escritorio/gnuradio$ export LD_LIBRARY_PATH=$BOOST_PREFIX/lib *n...@hidden-desktop:~/Escritorio/gnuradio$ ./bootstrap ./bootstrap: 25: aclocal: not found ./bootstrap: 26: autoconf: not found ./bootstrap: 27: autoheader: not found ./bootstrap: 28: libtoolize: not found ./bootstrap: 29: automake: not found ./bootstrap: 25: aclocal: not found ./bootstrap: 26: autoconf: not found ./bootstrap: 27: autoheader: not found ./bootstrap: 29: automake: not found* Could anyone help me? Thanks in advance. Jose Carlos ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio