lua-users home
lua-l archive

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


> So far the only modification I've had to make to the original src/Makefile
> is to remove -lreadline

I'm confused. Someone else suggest here recently that the correct make
line for freebsd is

freebsd:
        $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_LINUX -DLUA_USE_READLINE
-I/usr/include/edit" SYSLIBS="-Wl,-E -ledit" CC="cc"