Re: [Discuss-gnuradio] Boost logging

2015-10-16 Thread Tom Rondeau
On Thu, Oct 15, 2015 at 5:56 PM, M. Ranganathan wrote: > Hello all, > > I am trying to log using the boost logging library from my block. I > specify the following cmake flags when generating the makefile: > > cmake ../ -DCMAKE_EXE_LINKER_FLAGS="-lboost_log -lpthread > -lboost_log_setup" -DCMAKE_

[Discuss-gnuradio] Boost logging

2015-10-15 Thread M. Ranganathan
Hello all, I am trying to log using the boost logging library from my block. I specify the following cmake flags when generating the makefile: cmake ../ -DCMAKE_EXE_LINKER_FLAGS="-lboost_log -lpthread -lboost_log_setup" -DCMAKE_SHARED_LINKER_FLAGS="-lboost_log_setup -lboost_log -lpthread" -DCMAKE