[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Building Lua for Mingwin under Cygwin
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 21 Dec 2001 14:42:22 -0200
>>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