Skip to content

Instantly share code, notes, and snippets.

@diakopter
Created August 26, 2013 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diakopter/239e6bdaec4aed3a1580 to your computer and use it in GitHub Desktop.
Save diakopter/239e6bdaec4aed3a1580 to your computer and use it in GitHub Desktop.
linking moarvm
Undefined symbols for architecture x86_64:
"_lseek64", referenced from:
_MVM_file_seek in libmoarvm.a(fileops.o)
_MVM_file_tell_fh in libmoarvm.a(fileops.o)
"_pthread_yield", referenced from:
_MVM_gc_mark_thread_unblocked in libmoarvm.a(orchestrate.o)
_MVM_gc_enter_from_allocator in libmoarvm.a(orchestrate.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [moarvm] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment