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: Zhenghao Zhang
Subject: Re: [Discuss-gnuradio] Another question about making a signal processing block
Date: Mon, 19 May 2008 23:48:52 -0400

Eric,

Thanks so much! I will try them first time tomorrow morning.

Zhenghao



On Mon, May 19, 2008 at 11:30 PM, Eric Blossom <address@hidden> wrote:
> 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]