Guest User

Untitled

a guest
Jun 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. /tmp/cc64u9DX.o: In function `reformat_null':
  2. test.c:(.text+0x13): undefined reference to `yajl_gen_null'
  3. /tmp/cc64u9DX.o: In function `reformat_boolean':
  4. test.c:(.text+0x38): undefined reference to `yajl_gen_bool'
  5. /tmp/cc64u9DX.o: In function `reformat_number':
  6. test.c:(.text+0x64): undefined reference to `yajl_gen_number'
  7. /tmp/cc64u9DX.o: In function `reformat_string':
  8. test.c:(.text+0x90): undefined reference to `yajl_gen_string'
  9. /tmp/cc64u9DX.o: In function `reformat_map_key':
  10. test.c:(.text+0xbc): undefined reference to `yajl_gen_string'
  11. /tmp/cc64u9DX.o: In function `reformat_start_map':
  12. test.c:(.text+0xda): undefined reference to `yajl_gen_map_open'
  13. /tmp/cc64u9DX.o: In function `reformat_end_map':
  14. test.c:(.text+0xf8): undefined reference to `yajl_gen_map_close'
  15. /tmp/cc64u9DX.o: In function `reformat_start_array':
  16. test.c:(.text+0x116): undefined reference to `yajl_gen_array_open'
  17. /tmp/cc64u9DX.o: In function `reformat_end_array':
  18. test.c:(.text+0x134): undefined reference to `yajl_gen_array_close'
  19. /tmp/cc64u9DX.o: In function `main':
  20. test.c:(.text+0x223): undefined reference to `yajl_gen_alloc'
  21. test.c:(.text+0x24b): undefined reference to `yajl_alloc'
  22. test.c:(.text+0x2e9): undefined reference to `yajl_parse_complete'
  23. test.c:(.text+0x30b): undefined reference to `yajl_parse'
  24. test.c:(.text+0x341): undefined reference to `yajl_get_error'
  25. test.c:(.text+0x36e): undefined reference to `yajl_free_error'
  26. test.c:(.text+0x38c): undefined reference to `yajl_gen_get_buf'
  27. test.c:(.text+0x3bf): undefined reference to `yajl_gen_clear'
  28. test.c:(.text+0x3d6): undefined reference to `yajl_gen_free'
  29. test.c:(.text+0x3e2): undefined reference to `yajl_free'
  30. collect2: ld returned 1 exit status
Add Comment
Please, Sign In to add comment