Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Undefined symbols for architecture x86_64:
  2. "_SHA1_Final", referenced from:
  3. digest_file(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in asdcp-util.o
  4. "_SHA1_Init", referenced from:
  5. digest_file(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in asdcp-util.o
  6. "_SHA1_Update", referenced from:
  7. digest_file(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in asdcp-util.o
  8. ld: symbol(s) not found for architecture x86_64
  9. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  10. make[2]: *** [asdcp-util] Error 1
  11. make[1]: *** [all] Error 2
  12. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement