On Mon, May 19, 2008 at 10:45:41PM -0400, Zhenghao Zhang wrote:
> Thanks for helping me on this!
> 
> autoconf (GNU Autoconf) 2.61
> automake (GNU automake) 1.10
> 

OK, those look fine.

Try this:

    rm -fr config.cache autom4te*.cache

    aclocal -I config
    autoconf
    autoheader
    libtoolize --automake
    automake --add-missing -c -f -Wno-portability

    ./configure
    make && make check


[I realized that we're not distributing the "bootstrap" script with
 the tarballs.  I'll fix that in a minute.]

Eric


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to