lua-users home
lua-l archive

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


>>The way to check your binaries are correctly linked is to run cygcheck on
>>them and check that cygwin1.dll is not in the list of DLLs.
>
>I think we all need more tests (or real test suite) for Lua.

Roberto has a large test suite that he uses frequently when modifiying Lua.
The problem related by Reuben Thomas was not a Lua problem (ie, a bug),
but rather a build problem (the makefiles target unix not cygwin).
--lhf