Advertisement
Guest User

Untitled

a guest
Feb 14th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. /usr/bin/ld: ../../../lib/libgtestd.a(gtest-all.cc.o): undefined reference to symbol '_ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE10_M_disposeEv@@GLIBCXX_3.4.21'
  2. /usr/bin/ld: /usr/lib64/libstdc++.so.6: error adding symbols: DSO missing from command line
  3. collect2: Fehler: ld gab 1 als Ende-Status zurück
  4. gmake[3]: *** [testsrc/scheduler/queue/CMakeFiles/queueTests.dir/build.make:104: testsrc/scheduler/queue/queueTests] Fehler 1
  5. gmake[2]: *** [CMakeFiles/Makefile2:1320: testsrc/scheduler/queue/CMakeFiles/queueTests.dir/all] Fehler 2
  6. gmake[1]: *** [CMakeFiles/Makefile2:1327: testsrc/scheduler/queue/CMakeFiles/queueTests.dir/rule] Fehler 2
  7. gmake: *** [Makefile:500: queueTests] Fehler 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement