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

Linking erros with gcc #11

Open
eBrnd opened this issue Nov 14, 2012 · 0 comments
Open

Linking erros with gcc #11

eBrnd opened this issue Nov 14, 2012 · 0 comments

Comments

@eBrnd
Copy link

eBrnd commented Nov 14, 2012

/usr/bin/g++ -Wall -Wall -Wno-non-virtual-dtor -g -fomit-frame-pointer CMakeFiles/storetest.dir/test_store.cpp.o -o storetest -rdynamic ../../libklio/libklio.a /usr/local/lib/libboost_test_exec_monitor.a /usr/local/lib/libboost_program_options.so /usr/local/lib/libboost_filesystem.so /usr/local/lib/libboost_system.so /usr/local/lib/libboost_date_time.so -lsqlite3 /usr/local/lib/libboost_test_exec_monitor.a /usr/local/lib/libboost_program_options.so /usr/local/lib/libboost_filesystem.so /usr/local/lib/libboost_system.so /usr/local/lib/libboost_date_time.so -Wl,-rpath,/usr/local/lib .text._ZN5boost16exception_detail19error_info_injectorINS_16bad_lexical_castEED2Ev' referenced in section .text._ZN5boost16exception_detail19error_info_injectorINS_16bad_lexical_castEED1Ev[non-virtual thunk to boost::exception_detail::error_info_injector<boost::bad_lexical_cast>::~error_info_injector()]' of /usr/local/lib/libboost_test_exec_monitor.a(unit_test_parameters.o): defined in discarded section .text._ZN5boost16exception_detail19error_info_injectorINS_16bad_lexical_castEED2Ev[_ZN5boost16exception_detail19error_info_injectorINS_16bad_lexical_castEED5Ev]' of /usr/local/lib/libboost_test_exec_monitor.a(unit_test_parameters.o)
.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_16bad_lexical_castEEEED2Ev' referenced in section .text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_16bad_lexical_castEEEED1Ev[non-virtual thunk to boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::bad_lexical_cast >::~clone_impl()]' of /usr/local/lib/libboost_test_exec_monitor.a(unit_test_parameters.o): defined in discarded section .text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_16bad_lexical_castEEEED2Ev[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_16bad_lexical_castEEEED5Ev]' of /usr/local/lib/libboost_test_exec_monitor.a(unit_test_parameters.o) .text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_16bad_lexical_castEEEED2Ev' referenced in section .text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_16bad_lexical_castEEEED1Ev[non-virtual thunk to boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_lexical_cast> >::~clone_impl()]' of /usr/local/lib/libboost_test_exec_monitor.a(unit_test_parameters.o): defined in discarded section .text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_16bad_lexical_castEEEED2Ev[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_16bad_lexical_castEEEED5Ev]' of /usr/local/lib/libboost_test_exec_monitor.a(unit_test_parameters.o)
collect2: ld returned 1 exit status
make[3]: *** [tests/store/storetest] Error 1
make[2]: *** [tests/store/CMakeFiles/storetest.dir/all] Error 2`

...works fine with clang though.

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