lua-users home
lua-l archive

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


> This works (because -L is a valid gcc option) but I think the correct
> option is -DLUA_USE_C99.
> 
>  	make generic SYSCFLAGS="-DLUA_USE_C99"
>  or
>  	make generic SYSCFLAGS="-DLUA_USE_C99 -std=c99"

Sure! Sorry about the mistake and thanks for the correction.