|
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/