lua-users home
lua-l archive

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


Thomas Lauer wrote:
"Paul Moore" <p.f.moore@gmail.com> wrote:
To be honest, my view is that msvcrt is by far the best option.

So I bit the bullet and did/do everything that's intended for out-house
distribution with the older compiler/runtime (also with a view of
perhaps switching to the MinGW toolset somewhere down the road).

I've finally got Lua 5.1.3 and lfs built using cygwin but
with the -mno-cygwin option. The Lua core and API are
built as a DLL, and Lua and lfs are linked against that.

Works so far.

I'm going to do LuaSocket and LuSQL next and then run some real
apps and report back.

Cheers, Ralph