Advertisement
Guest User

Untitled

a guest
May 11th, 2016
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. hellofunc.c
  2. Undefined symbols for architecture x86_64:
  3. "_lua_setglobal", referenced from:
  4. _luaopen_power in hellofunc-c1ab9b.o
  5. "_lua_tonumberx", referenced from:
  6. _isquare in hellofunc-c1ab9b.o
  7. _icube in hellofunc-c1ab9b.o
  8. ld: symbol(s) not found for architecture x86_64
  9. clang: error: linker command failed with exit code 1 (use -v to see invocation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement