lua-users home
lua-l archive

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


On 3/21/2010 11:12 PM, Vincent Torri wrote:

See http://sourceware.org/binutils/docs/ld/WIN32.html , section "direct
linking to a dll". It gives pro and cons of linking against a DLL and
against an import lib


Lua doesn't use aliases nor static objects, so the justifications for import libraries don't apply. And you can't (easily) use external modules when Lua is linked into the application.

Be glad Lua doesn't use autoconf+automake+libtool. The way it is now, Lua is simple to integrate into any project.

That said, I think it would be nice to have a "cygwin" target.

--
- tom
telliamed@whoopdedo.org