Created
March 23, 2020 13:58
-
-
Save mschoch/ad71ea4d90946c0976cc9ef8bd48fb38 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 19%] Linking CXX executable couch_dbdump | |
/usr/bin/ld: ../tlm/deps/flatbuffers.exploded/lib/libflatbuffers.a(idl_parser.cpp.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC | |
/usr/bin/ld: ../tlm/deps/flatbuffers.exploded/lib/libflatbuffers.a(idl_gen_text.cpp.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC | |
/usr/bin/ld: ../tlm/deps/flatbuffers.exploded/lib/libflatbuffers.a(util.cpp.o): relocation R_X86_64_32S against symbol `_ZTVSt9basic_iosIcSt11char_traitsIcEE@@GLIBCXX_3.4' can not be used when making a PIE object; recompile with -fPIC | |
/usr/bin/ld: final link failed: Nonrepresentable section on output | |
collect2: error: ld returned 1 exit status | |
couchstore/CMakeFiles/couch_dbdump.dir/build.make:241: recipe for target 'couchstore/couch_dbdump' failed | |
make[4]: *** [couchstore/couch_dbdump] Error 1 | |
CMakeFiles/Makefile2:9108: recipe for target 'couchstore/CMakeFiles/couch_dbdump.dir/all' failed | |
make[3]: *** [couchstore/CMakeFiles/couch_dbdump.dir/all] Error 2 | |
Makefile:179: recipe for target 'all' failed | |
make[2]: *** [all] Error 2 | |
Makefile:37: recipe for target 'compile' failed | |
make[1]: *** [compile] Error 2 | |
GNUmakefile:15: recipe for target 'all' failed | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment