Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. /usr/bin/ld: warning: libr_db.so.0.9.8.git, needed by /root/Projects/r2/radare2/libr/bin/libr_bin.so, not found (try using -rpath or -rpath-link)
  2. /usr/bin/ld: warning: libr_io.so.0.9.8.git, needed by /root/Projects/r2/radare2/libr/bin/libr_bin.so, not found (try using -rpath or -rpath-link)
  3. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_array_push'
  4. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_new0'
  5. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_array_set'
  6. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_itoa'
  7. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_ns'
  8. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_bool_set'
  9. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_foreach'
  10. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_set'
  11. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_get'
  12. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_unset'
  13. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_new'
  14. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_free'
  15. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_num_set'
  16. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `r_io_bind'
  17. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_add'
  18. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_array_get'
  19. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_ns_set'
  20. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_atoi'
  21. collect2: error: ld returned 1 exit status
  22. make[2]: *** [pdb_parser] Error 1
  23. make[1]: *** [all] Error 1
  24. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement