Re: compiling lua with mingw
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: compiling lua with mingw
- From: "Alex Queiroz" <asandroq@...>
- Date: 2007年6月28日 14:33:05 -0300
Hallo,
On 6/28/07, Roger D Vargas <luo_hei@yahoo.es> wrote:
I have tried to compile lua 5.1 with Mingw.
I do mingw32-make mingw
the comilation ends without errors, a lua51.dll is generated, but not a
library file. How can I get the library for linking with gcc?
You can link directly against the DLL: -llua51
Cheers,
--
-alex
http://www.ventonegro.org/