[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: msvc*.dll versioning conflicts
- From: "Paul Moore" <p.f.moore@...>
- Date: Tue, 5 Aug 2008 16:24:21 +0100
On 05/08/2008, Ralph Hempel <rhempel@hempeldesigngroup.com> wrote:
> I've finally got Lua 5.1.3 and lfs built using cygwin but
> with the -mno-cygwin option. The Lua core and API are
> built as a DLL, and Lua and lfs are linked against that.
>
> Works so far.
Building Lua core with mingw is straightforward - there is a makefile
supplied with the sources. Mingw is easy to install - just download
the relevant .tar.gz files (there are about 4 of them), extract to a
directory of your choice, and add the "bin" subdirectory to your PATH.
> I'm going to do LuaSocket and LuSQL next and then run some real
> apps and report back.
I've built a whole series of modules using mingw. Generally, they
weren't hard to do. I'll see if I can tidy up my script and post the
relevant bits here.
Paul
- References:
- Scite exercise, Gavin Wraith
- Re: Scite exercise, KHMan
- Re: Scite exercise, Paul Moore
- Re: Scite exercise, steve donovan
- Re: Scite exercise, Paul Moore
- Re: Scite exercise, steve donovan
- msvc*.dll versioning conflicts, David Manura
- Re: msvc*.dll versioning conflicts, Paul Moore
- Re: msvc*.dll versioning conflicts, Thomas Lauer
- Re: msvc*.dll versioning conflicts, Ralph Hempel