Eric,

Thanks a lot for the help. I tried your commands and it is working
now. I can build a signal processing block and run qa tests. Thanks so
much.

It took me a while to because there were some bugs in my files.

Zhenghao

On Mon, May 19, 2008 at 11:48 PM, Zhenghao Zhang <[EMAIL PROTECTED]> wrote:
> Eric,
>
> Thanks so much! I will try them first time tomorrow morning.
>
> Zhenghao
>
>
>
> On Mon, May 19, 2008 at 11:30 PM, Eric Blossom <[EMAIL PROTECTED]> 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
>>
>


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

Reply via email to