discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Another question about making a signal processing


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Another question about making a signal processing block
Date: Mon, 19 May 2008 20:30:20 -0700
User-agent: Mutt/1.5.17 (2007-11-01)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]