[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Cygwin Target in Lua makefile
- From: Ben Kelly <ranavin@...>
- Date: Tue, 07 Oct 2008 14:26:54 -0400
Ralph Hempel wrote:
> Is there any desire (or benefit) to having a Cygwin target in
> the main Lua makefiles?
>
> There are just enough differences between Cygwin, linux, generic
> and mingw to make it seem worthwhile...
>
> Ralph
In my experience, "make generic", "make ansi", "make posix" and "make
linux" all work without modification on cygwin (although for "linux"
you'll need to have readline and whatnot installed - they're in the
cygwin packages but I forget if they're installed by default).
How would a cygwin target differ from these?
Ben