Re: [Discuss-gnuradio] Can't link against libgnuradio-core (cmake)

2011-10-31 Thread Johnathan Corgan
On Mon, Oct 31, 2011 at 15:44, Josh Blum wrote: > Basically, the build system is generating .la files for each library > using this macro: http://www.vtk.org/Wiki/CMakeMacroLibtoolFile > I dont know why we are doing this or why we want it. > > If you link against libraries in the normal way, eve

Re: [Discuss-gnuradio] Can't link against libgnuradio-core (cmake)

2011-10-31 Thread Alexandru Csete
On Mon, Oct 31, 2011 at 11:44 PM, Josh Blum wrote: > > On 10/31/2011 01:50 PM, Alexandru Csete wrote: >> Greetings, >> >> I'm trying to rebuild my gr-fcd block >> (https://github.com/csete/gr-fcd) with gnuradio v3.5.0rc0-1-g037c5f60 >> When I build gnuradio using the autotools everything is fine a

Re: [Discuss-gnuradio] Can't link against libgnuradio-core (cmake)

2011-10-31 Thread Josh Blum
On 10/31/2011 01:50 PM, Alexandru Csete wrote: > Greetings, > > I'm trying to rebuild my gr-fcd block > (https://github.com/csete/gr-fcd) with gnuradio v3.5.0rc0-1-g037c5f60 > When I build gnuradio using the autotools everything is fine and I can > build gr-fcd without problems. > When I build u

[Discuss-gnuradio] Can't link against libgnuradio-core (cmake)

2011-10-31 Thread Alexandru Csete
Greetings, I'm trying to rebuild my gr-fcd block (https://github.com/csete/gr-fcd) with gnuradio v3.5.0rc0-1-g037c5f60 When I build gnuradio using the autotools everything is fine and I can build gr-fcd without problems. When I build using cmake gnuradio still builds and install fine, but when I t