[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: need help installing lua on
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 11 May 2008 10:49:54 -0300
> linux:
> $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl"
Actually, to avoid readline, this should be
linux:
$(MAKE) all MYCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN" MYLIBS="-Wl,-E -ldl"