Actually I wanted to profile some classes that I wrote for my gnuradio
application. In these classes I use gr_complex and the gri_fftw class. As I
do not know how to use gprof in a gnuradio application I thought I will use
the classes outside of gnuradio to run the profile tests. So that's why I
want to link the gr_complex and gri_fftw in the test application.

On Tue, Aug 16, 2011 at 10:04 PM, Marcus D. Leech <[email protected]> wrote:

>  On 08/16/2011 11:00 PM, Marcus M wrote:
>
> Hi,
>  I want to use the C++ classes for FFTW that are present in gnuradio for a
> non-gnuradio application. How do I link the gnuradio library to such an
> application?
>
>  Thanks
>
> _______________________________________________
> Discuss-gnuradio mailing 
> [email protected]https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
> If you just want the FFTW library, it's already available from C++
> directly--you don't have to go
>   through the Gnu Radio library to get it.
>
>
>
> --
> Principal Investigator
> Shirleys Bay Radio Astronomy Consortiumhttp://www.sbrac.org
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to