Re: [Discuss-gnuradio] linker problem with c++ application on next branch

2013-04-17 Thread Alexandru Csete
On Tue, Apr 16, 2013 at 4:22 PM, Alexandru Csete oz9...@gmail.com wrote: On Mon, Apr 15, 2013 at 7:34 PM, Johnathan Corgan johnat...@corganlabs.com wrote: On Mon, Apr 15, 2013 at 8:40 AM, Alexandru Csete oz9...@gmail.com wrote: As far as I can see libgnuradio-pmt is a new library and it does

Re: [Discuss-gnuradio] linker problem with c++ application on next branch

2013-04-16 Thread Alexandru Csete
On Mon, Apr 15, 2013 at 7:34 PM, Johnathan Corgan johnat...@corganlabs.com wrote: On Mon, Apr 15, 2013 at 8:40 AM, Alexandru Csete oz9...@gmail.com wrote: As far as I can see libgnuradio-pmt is a new library and it does not have it's own package, so I assume a -lgnuradio-pmt is missing in the

[Discuss-gnuradio] linker problem with c++ application on next branch

2013-04-15 Thread Alexandru Csete
Greetings, Today I updated my gnuradio/next installation to the latest revision and I now get a linker error trying to compile my application: Linking CXX executable strx /usr/bin/ld: CMakeFiles/strx.dir/strx/strx_source_c_impl.cpp.o: undefined reference to symbol '_ZN3pmt6internERKSs'

Re: [Discuss-gnuradio] linker problem with c++ application on next branch

2013-04-15 Thread Johnathan Corgan
On Mon, Apr 15, 2013 at 8:40 AM, Alexandru Csete oz9...@gmail.com wrote: As far as I can see libgnuradio-pmt is a new library and it does not have it's own package, so I assume a -lgnuradio-pmt is missing in the pkg-config file of one of the other packages, perhaps gnuradio-runtime. Thanks,