Skip to content

Instantly share code, notes, and snippets.

@Veejay
Created April 28, 2012 23:58
Show Gist options
  • Save Veejay/2522764 to your computer and use it in GitHub Desktop.
Save Veejay/2522764 to your computer and use it in GitHub Desktop.
Undefined symbols for architecture x86_64:
"_linked_list_put", referenced from:
_main in ccUFU1uN.o
"_print_linked_list", referenced from:
_main in ccUFU1uN.o
"_key_position", referenced from:
_main in ccUFU1uN.o
"_linked_list_get", referenced from:
_main in ccUFU1uN.o
"_linked_list_delete", referenced from:
_main in ccUFU1uN.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment