Advertisement
Guest User

Error output

a guest
Jul 13th, 2011
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. test/main.cpp|11|undefined reference to `luaL_newstate()'
  2. test/main.cpp|14|undefined reference to `luaL_openlibs(lua_State*)'
  3. test/main.cpp|17|undefined reference to `luaL_loadfile(lua_State*, char const*)'
  4. test/main.cpp|17|undefined reference to `lua_pcall(lua_State*, int, int, int)'
  5. test/main.cpp|21|undefined reference to `lua_close(lua_State*)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement