Re: [Discuss-gnuradio] gnuradio library linking error

2011-11-03 Thread Marcus M
No Alex I am using the right form. What's strange is that I did the same thing before on a different computer and it worked. On Thu, Nov 3, 2011 at 4:25 PM, Alexandru Csete wrote: > On Thu, Nov 3, 2011 at 10:04 PM, Marcus M wrote: > > > > On Thu, Nov 3, 2011 at 3:52 PM, Josh Blum wrote: > >> >

Re: [Discuss-gnuradio] gnuradio library linking error

2011-11-03 Thread Alexandru Csete
On Thu, Nov 3, 2011 at 10:04 PM, Marcus M wrote: > > On Thu, Nov 3, 2011 at 3:52 PM, Josh Blum wrote: >> >> On 11/03/2011 01:48 PM, Marcus M wrote: >> > Hi, >> > I have a test application that I want to link with the gnuradio library. >> > I >> > user the proper link variables but I always get th

Re: [Discuss-gnuradio] gnuradio library linking error

2011-11-03 Thread Marcus M
On Thu, Nov 3, 2011 at 3:52 PM, Josh Blum wrote: > > > On 11/03/2011 01:48 PM, Marcus M wrote: > > Hi, > > I have a test application that I want to link with the gnuradio library. > I > > user the proper link variables but I always get the error of the > following > > type. > > > > fatal error: g

Re: [Discuss-gnuradio] gnuradio library linking error

2011-11-03 Thread Josh Blum
On 11/03/2011 01:48 PM, Marcus M wrote: > Hi, > I have a test application that I want to link with the gnuradio library. I > user the proper link variables but I always get the error of the following > type. > > fatal error: gr_complex.h: No such file or directory > compilation terminated. > >

[Discuss-gnuradio] gnuradio library linking error

2011-11-03 Thread Marcus M
Hi, I have a test application that I want to link with the gnuradio library. I user the proper link variables but I always get the error of the following type. fatal error: gr_complex.h: No such file or directory compilation terminated. In this test application I am using the gr_complex data type