Skip to content

Instantly share code, notes, and snippets.

@brownan
Created November 19, 2011 22:14
Show Gist options
  • Save brownan/1379445 to your computer and use it in GitHub Desktop.
Save brownan/1379445 to your computer and use it in GitHub Desktop.
gistfile1.o: In function `main':
gistfile1.c:(.text+0x73): undefined reference to `rs_region_open'
gistfile1.c:(.text+0xa9): undefined reference to `rs_region_get_chunk_timestamp'
gistfile1.c:(.text+0xcb): undefined reference to `rs_region_get_chunk_length'
gistfile1.c:(.text+0xed): undefined reference to `rs_nbt_parse_from_region'
gistfile1.c:(.text+0xfd): undefined reference to `rs_nbt_get_root'
gistfile1.c:(.text+0x112): undefined reference to `rs_tag_compound_get'
gistfile1.c:(.text+0x127): undefined reference to `rs_tag_compound_get'
gistfile1.c:(.text+0x137): undefined reference to `rs_tag_list_get_length'
gistfile1.c:(.text+0x14d): undefined reference to `rs_tag_list_iterator_init'
gistfile1.c:(.text+0x160): undefined reference to `rs_tag_compound_get'
gistfile1.c:(.text+0x170): undefined reference to `rs_tag_get_string'
gistfile1.c:(.text+0x19e): undefined reference to `rs_tag_list_iterator_next'
gistfile1.c:(.text+0x1ca): undefined reference to `rs_region_close'
collect2: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment