lua-users home
lua-l archive

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


 > Does anyone know if there is some tool that I can use to compile a ".c" 
 > Lua module to a dynamic library (".so" or ".dll), with all the 
 > appropriate compilation flags for the operating system?

I believe that GNU "libtool" may address this issue. 
But buying into libtool means buying into the entire autoconf/automake
system.  I personally can achieve the same effect by getting a brick
and hitting myself in the head with it.


Norman