discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] A very basic VrAudioSource Question


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] A very basic VrAudioSource Question
Date: Mon, 3 Mar 2003 16:51:53 -0800
User-agent: Mutt/1.4i

On Tue, Mar 04, 2003 at 12:06:49AM +0100, Stephane Fillod wrote:
> 
> Another way, less tied to the GNU Radio sources consists in adding the
> following lines to your own application configure.in:
> 
>       PKG_CHECK_MODULES(GNURADIO, gnuradio >= 0.7)
>       AC_SUBST(GNURADIO_CFLAGS)
>       AC_SUBST(GNURADIO_LIBS)
>
>
> and adding these lines to your Makefile.am:
> 
>       AM_CPPFLAGS = @GNURADIO_CFLAGS@
> 
>       bin_PROGRAMS = myapp
>       myapp_SOURCES = myapp.cc
>       myapp_LDADD = @GNURADIO_LIBS@
> 
> NB: It assumes you're using autoconf/automake/pkg-config.
> This solution works well with Hamlib, as long as the pkg-config patch
> is applied to gnuradio lib.

So *this* is what the pkg-config patch is for!
I wondered where it was picking up GNURADIO_CFLAGS and GNURADIO_LIBS

> 73's
> Stephane

Thanks,
Eric




reply via email to

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