You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linking CXX executable test-dvbt
/usr/bin/ld: CMakeFiles/test-dvbt.dir/qa_viterbi_decoder.cc.o: undefined reference to symbol '_ZN7log4cpp8Appender29AppenderMapStorageInitializerC1Ev'
//usr/local/lib/liblog4cpp.so.5: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
lib/CMakeFiles/test-dvbt.dir/build.make:624: recipe for target 'lib/test-dvbt' failed
make[2]: *** [lib/test-dvbt] Error 1
CMakeFiles/Makefile2:158: recipe for target 'lib/CMakeFiles/test-dvbt.dir/all' failed
make[1]: *** [lib/CMakeFiles/test-dvbt.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
this is my system information:
root@debian:/home/gustavo/learngit/gr-dvbt# uname -a
Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1 (2016-12-30) x86_64 GNU/
and i have installed the liblog4cpp5 when i install gnuradio.
The text was updated successfully, but these errors were encountered:
Linking CXX executable test-dvbt
/usr/bin/ld: CMakeFiles/test-dvbt.dir/qa_viterbi_decoder.cc.o: undefined reference to symbol '_ZN7log4cpp8Appender29AppenderMapStorageInitializerC1Ev'
//usr/local/lib/liblog4cpp.so.5: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
lib/CMakeFiles/test-dvbt.dir/build.make:624: recipe for target 'lib/test-dvbt' failed
make[2]: *** [lib/test-dvbt] Error 1
CMakeFiles/Makefile2:158: recipe for target 'lib/CMakeFiles/test-dvbt.dir/all' failed
make[1]: *** [lib/CMakeFiles/test-dvbt.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
this is my system information:
root@debian:/home/gustavo/learngit/gr-dvbt# uname -a
Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1 (2016-12-30) x86_64 GNU/
and i have installed the liblog4cpp5 when i install gnuradio.
The text was updated successfully, but these errors were encountered: