You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, looks like something has changed in OSX but neither the examples from the book (starting w/ ex32) nor the code in the git repo will compile. Error below:
Undefined symbols for architecture x86_64:
"_List_merge", referenced from:
_List_merge_sort in liblcthw.a(list_algos.o)
(maybe you meant: _List_merge_sort)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [tests/list_algos_tests] Error 1
The text was updated successfully, but these errors were encountered:
To add some context, it looks like it's an issue with imports on OSX10.11 w/ XCode 8 (clang-800.0.38). Homebrew community is going apeshit trying to fix this [-no_weak_imports –https://github.com/golang/go/issues/16770]
Hey, looks like something has changed in OSX but neither the examples from the book (starting w/ ex32) nor the code in the git repo will compile. Error below:
The text was updated successfully, but these errors were encountered: