Guest User

Untitled

a guest
Aug 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. /usr/bin/ld: skipping incompatible /usr/bin/../lib/gcc/x86_64-linux-gnu/5.3.1/libstdc++.so when searching for -lstdc++
  2. /usr/bin/ld: skipping incompatible /usr/bin/../lib/gcc/x86_64-linux-gnu/5.3.1/libstdc++.a when searching for -lstdc++
  3. /usr/bin/ld: cannot find -lstdc++
  4. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  5.  
  6. cp /usr/lib32/libstdc++.so{.6,}
  7.  
  8. /usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/llvm-6.0/lib/clang/6.0.1/lib/linux/libclang_rt.fuzzer-i386.a(FuzzerClangCounters.o)' is incompatible with i386 output
  9. /usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/llvm-6.0/lib/clang/6.0.1/lib/linux/libclang_rt.fuzzer-i386.a(FuzzerCrossOver.o)' is incompatible with i386 output
  10. /usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/llvm-6.0/lib/clang/6.0.1/lib/linux/libclang_rt.fuzzer-i386.a(FuzzerDriver.o)' is incompatible with i386 output
  11. /usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/llvm-6.0/lib/clang/6.0.1/lib/linux/libclang_rt.fuzzer-i386.a(FuzzerExtFunctionsDlsym.o)' is incompatible with i386 output
  12. /usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/llvm-6.0/lib/clang/6.0.1/lib/linux/libclang_rt.fuzzer-i386.a(FuzzerExtFunctionsDlsymWin.o)' is incompatible with i386 output
  13. /usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/llvm-6.0/lib/clang/6.0.1/lib/linux/libclang_rt.fuzzer-i386.a(FuzzerExtFunctionsWeak.o)' is incompatible with i386 output
  14. /usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/llvm-6.0/lib/clang/6.0.1/lib/linux/libclang_rt.fuzzer-i386.a(FuzzerExtFunctionsWeakAlias.o)' is incompatible with i386 output
  15. /usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/llvm-6.0/lib/clang/6.0.1/lib/linux/libclang_rt.fuzzer-i386.a(FuzzerExtraCounters.o)' is incompatible with i386 output
  16. ..............
  17. ..............
  18. ..............
Add Comment
Please, Sign In to add comment