discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] linking with gnuradio-core


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] linking with gnuradio-core
Date: Sat, 22 Oct 2005 13:52:53 -0700
User-agent: Mutt/1.5.6i

On Sat, Oct 22, 2005 at 01:40:28PM -0700, Ges wrote:
> Hi,
> Forgive me for the last post. I accidently sent the
> mail without completing it. 
> 
> So as I was writing in that, when I wrote a small
> program to try to make sure I can use the GNU Radio
> libraries smoothly, things did not work as I thought. 

Ask pkg-config:

$ pkg-config --cflags gnuradio-core
-pthread -I/usr/local/include/gnuradio

$ pkg-config --libs gnuradio-core
-L/usr/local/lib -lgnuradio-core -lfftw3f -lm

Eric




reply via email to

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