Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gnuradio 3.8 & ld error #4

Open
drzraf opened this issue Mar 27, 2022 · 0 comments
Open

Gnuradio 3.8 & ld error #4

drzraf opened this issue Mar 27, 2022 · 0 comments

Comments

@drzraf
Copy link

drzraf commented Mar 27, 2022

I tried to adapt to Gnuradio 3.8 (CMakeLists.txt) but got an (unrelated?) ld error:

[ 80%] Linking CXX executable test-binviz
/usr/bin/ld: CMakeFiles/test-binviz.dir/qa_vizsink_b.cc.o: in function `_GLOBAL__sub_I__ZN2gr6binviz12qa_vizsink_b2t1Ev':
qa_vizsink_b.cc:(.text.startup+0x46): undefined reference to `log4cpp::Appender::AppenderMapStorageInitializer::AppenderMapStorageInitializer()'
/usr/bin/ld: qa_vizsink_b.cc:(.text.startup+0x4d): undefined reference to `log4cpp::Appender::AppenderMapStorageInitializer::~AppenderMapStorageInitializer()'
collect2: error: ld returned 1 exit status
make[2]: *** [lib/CMakeFiles/test-binviz.dir/build.make:154: lib/test-binviz] Error 1
make[1]: *** [CMakeFiles/Makefile2:250: lib/CMakeFiles/test-binviz.dir/all] Error 2
make: *** [Makefile:141: all] Error 2

NB: liblog4cpp5-dev 1.1.3-1ubuntu1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant