lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I have tried to simply use the libraries and includes for mac os from 
> http://luabinaries.sourceforge.net/download.html, I could my my project 
> compile and link but when running, I get from the debugger:
> dyld: Library not loaded: liblua5.1.dylib

I suggest you compile Lua from source and add liblua.a to your project.
Or just add the whole Lua source to your project.
It's probably the simplest way.