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 <mle...@ripnet.com> 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 > listDiscuss-gnuradio@gnu.orghttps://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 > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > >
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio