discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] How does 'make check' find its dependencies?


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] How does 'make check' find its dependencies?
Date: Thu, 10 Aug 2006 11:35:11 -0700 (PDT)
User-agent: SquirrelMail/1.4.7

On Thu, August 10, 2006 11:22, Michael Dickens wrote:

> Hmm ... I don't see anything obviously "wrong" or out of place w/
> configure or the m4 script.  Here's the output of configure:

These lines are causing usrp to fail:

checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no

This is checked by:

AC_CHECK_HEADERS([byteswap.h],[],[succeeeded=no])

Any insight?

-Johnathan




reply via email to

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