Advertisement
rghvdberg

Untitled

May 4th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. ~/build/libinstpatch-1.0.0/examples$ gcc -Wall -I /usr/include/libinstpatch-1.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -lglib-2.0 create_sf2.c
  2. /tmp/ccj4uMkv.o: In function `main':
  3. create_sf2.c:(.text+0x58): undefined reference to `ipatch_init'
  4. create_sf2.c:(.text+0x5d): undefined reference to `ipatch_sf2_new'
  5. create_sf2.c:(.text+0x9b): undefined reference to `ipatch_file_identify_open'
  6. create_sf2.c:(.text+0xb2): undefined reference to `ipatch_gerror_message'
  7. create_sf2.c:(.text+0xe0): undefined reference to `g_clear_error'
  8. create_sf2.c:(.text+0xea): undefined reference to `ipatch_sf2_sample_get_type'
  9. create_sf2.c:(.text+0x101): undefined reference to `g_type_check_instance_cast'
  10. create_sf2.c:(.text+0x116): undefined reference to `ipatch_convert_object_to_type'
  11. create_sf2.c:(.text+0x12d): undefined reference to `ipatch_gerror_message'
  12. create_sf2.c:(.text+0x15b): undefined reference to `g_clear_error'
  13. create_sf2.c:(.text+0x167): undefined reference to `ipatch_file_close'
  14. create_sf2.c:(.text+0x171): undefined reference to `ipatch_item_get_type'
  15. create_sf2.c:(.text+0x183): undefined reference to `g_type_check_instance_cast'
  16. create_sf2.c:(.text+0x18b): undefined reference to `ipatch_container_get_type'
  17. create_sf2.c:(.text+0x19d): undefined reference to `g_type_check_instance_cast'
  18. create_sf2.c:(.text+0x1a8): undefined reference to `ipatch_container_add_unique'
  19. create_sf2.c:(.text+0x1c9): undefined reference to `g_object_get'
  20. create_sf2.c:(.text+0x1ce): undefined reference to `ipatch_sf2_inst_new'
  21. create_sf2.c:(.text+0x1f3): undefined reference to `g_object_set'
  22. create_sf2.c:(.text+0x1f8): undefined reference to `ipatch_sf2_sample_get_type'
  23. create_sf2.c:(.text+0x20a): undefined reference to `g_type_check_instance_cast'
  24. create_sf2.c:(.text+0x21c): undefined reference to `ipatch_sf2_inst_new_zone'
  25. create_sf2.c:(.text+0x228): undefined reference to `g_object_unref'
  26. create_sf2.c:(.text+0x22d): undefined reference to `ipatch_item_get_type'
  27. create_sf2.c:(.text+0x23f): undefined reference to `g_type_check_instance_cast'
  28. create_sf2.c:(.text+0x247): undefined reference to `ipatch_container_get_type'
  29. create_sf2.c:(.text+0x259): undefined reference to `g_type_check_instance_cast'
  30. create_sf2.c:(.text+0x264): undefined reference to `ipatch_container_add_unique'
  31. create_sf2.c:(.text+0x269): undefined reference to `ipatch_sf2_preset_new'
  32. create_sf2.c:(.text+0x28e): undefined reference to `g_object_set'
  33. create_sf2.c:(.text+0x2a1): undefined reference to `ipatch_sf2_preset_new_zone'
  34. create_sf2.c:(.text+0x2ad): undefined reference to `g_object_unref'
  35. create_sf2.c:(.text+0x2b2): undefined reference to `ipatch_item_get_type'
  36. create_sf2.c:(.text+0x2c4): undefined reference to `g_type_check_instance_cast'
  37. create_sf2.c:(.text+0x2cc): undefined reference to `ipatch_container_get_type'
  38. create_sf2.c:(.text+0x2de): undefined reference to `g_type_check_instance_cast'
  39. create_sf2.c:(.text+0x2e9): undefined reference to `ipatch_container_add_unique'
  40. create_sf2.c:(.text+0x2f5): undefined reference to `g_object_unref'
  41. create_sf2.c:(.text+0x301): undefined reference to `g_free'
  42. create_sf2.c:(.text+0x30d): undefined reference to `ipatch_file_close'
  43. create_sf2.c:(.text+0x322): undefined reference to `ipatch_sf2_file_new'
  44. create_sf2.c:(.text+0x32b): undefined reference to `ipatch_file_get_type'
  45. create_sf2.c:(.text+0x33d): undefined reference to `g_type_check_instance_cast'
  46. create_sf2.c:(.text+0x34c): undefined reference to `ipatch_file_set_name'
  47. create_sf2.c:(.text+0x35d): undefined reference to `g_type_check_instance_cast'
  48. create_sf2.c:(.text+0x371): undefined reference to `g_type_check_instance_cast'
  49. create_sf2.c:(.text+0x386): undefined reference to `ipatch_convert_objects'
  50. create_sf2.c:(.text+0x396): undefined reference to `ipatch_gerror_message'
  51. create_sf2.c:(.text+0x3c0): undefined reference to `g_clear_error'
  52. create_sf2.c:(.text+0x3cc): undefined reference to `g_object_unref'
  53. create_sf2.c:(.text+0x3d8): undefined reference to `g_object_unref'
  54. collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement