lua-users home
lua-l archive

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


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