lua-users home
lua-l archive

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


Hello,

I have Lua 5.1 running on my embedded platform (m68k, uClinux) and it works great. Unfortunately, my platform does not support dynamic loading of shared libraries because it lacks an MMU.

Now I am trying to add LuaSockets to my platform and I am wondering if anyone has any tips on how I can do this. Lets just say for now that I wanted to add the LuaSocket libraries to the lua standalone interpreter in the same way as all the built in libraries (math, io, string, ...). Does anyone have any tips on what I need to do to accomplish this? Has anyone else done this?


Thanks,

Mike