[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luac and import library for dll are not built (mingw)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 12 Feb 2006 21:25:41 -0200
> 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