Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. [ 94%] Building CXX object tests/unit_tests/CMakeFiles/unit_tests.dir/output_selection.cpp.o
  2. [ 94%] Building CXX object tests/unit_tests/CMakeFiles/unit_tests.dir/vercmp.cpp.o
  3. [ 95%] Linking CXX executable unit_tests
  4. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libgtest.a(gtest-all.cc.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
  5. /usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libgtest.a: error adding symbols: Bad value
  6. collect2: error: ld returned 1 exit status
  7. tests/unit_tests/CMakeFiles/unit_tests.dir/build.make:1205: recipe for target 'tests/unit_tests/unit_tests' failed
  8. make[3]: *** [tests/unit_tests/unit_tests] Error 1
  9. make[3]: Leaving directory '/home/miner/Downloads/goldnero/build/release'
  10. CMakeFiles/Makefile2:4351: recipe for target 'tests/unit_tests/CMakeFiles/unit_tests.dir/all' failed
  11. make[2]: *** [tests/unit_tests/CMakeFiles/unit_tests.dir/all] Error 2
  12. make[2]: Leaving directory '/home/miner/Downloads/goldnero/build/release'
  13. Makefile:138: recipe for target 'all' failed
  14. make[1]: *** [all] Error 2
  15. make[1]: Leaving directory '/home/miner/Downloads/goldnero/build/release'
  16. Makefile:64: recipe for target 'release-all' failed
  17. make: *** [release-all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement