Advertisement
Guest User

Untitled

a guest
Dec 29th, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. [ 50%] Linking CXX executable Learning
  2. Undefined symbols for architecture x86_64:
  3. "_randombytes_random", referenced from:
  4. _main in main.cpp.o
  5. ld: symbol(s) not found for architecture x86_64
  6. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  7. make[3]: *** [Learning] Error 1
  8. make[2]: *** [CMakeFiles/Learning.dir/all] Error 2
  9. make[1]: *** [CMakeFiles/Learning.dir/rule] Error 2
  10. make: *** [Learning] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement