[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: pattern in strfind
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 7 Dec 2001 09:27:14 -0200
>Where should I add this gcc option : -DUSE_READLINE when recompiling all
>the source ? Or how can I recompile only lua.c ? I know it might be obvious...
Perhaps the easiest way is simply to edit lua.c and add #define USE_READLINE
somewhere near the top. Then run make again.
Or edit config and add -DUSE_READLINE in POSIX.
--lhf