lua-users home
lua-l archive

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


> When I type 
> make mingw
> on the sh.exe prompt, luac and import library for dll
> is skipped. Without any error, they're just not built.
> I mean rc4.
> Is this on purpose or just an oversight?

Both :-) See 
http://lua-users.org/lists/lua-l/2005-09/msg00303.html
http://lua-users.org/lists/lua-l/2005-09/msg00229.html

The bottom line is that luac must be built statically.
--lhf