Re: compilation under cygwin
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: compilation under cygwin
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2003年2月17日 05:49:50 -0300
>A *tiny* note about compilation of the current 5.0 beta under Cygwin.
>
>I was unable to compile Lua without first creating the 'lib' and 'bin'
>directories. Maybe this is a known thing, but it caused me a few seconds of
>confusion.
Someone commented this in a private mail to us. It seems to me that this is
a problem with the unpacker not creating empty directories. Anyway, I think
we'll add code in the top level Makefile to make sure bin and lib exist. Or
we could make bin and lib not empty :-)
--lhf