lua-users home
lua-l archive

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


Hi Luiz,

That's fine, is there any place where you put the "one.c" available
(not only pulled from a message of the lua-list) ?

Cheers,
   JLH

On Sat, Dec 7, 2013 at 12:51 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>> BTW, I would love to see lua in an amalgamated version
>
> See this message of exactly 2 years ago:
>         http://lua-users.org/lists/lua-l/2011-12/msg00249.html
>
> You'll need to provide your own compilation and link flags, e.g.:
>         cc -O2 -DLUA_USE_LINUX one.c -lm -ldl -lreadline -Wl,-E
>
> See src/Makefile in the distribution for those.
>



-- 
JLH