lua-users home
lua-l archive

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


> I'm compiling LUA under OpenSuSE 10.3 kernel 2.6, after issuing make linux I
> get this:

Add this target in src/Makefile:

# linux without readline
suse:
	$(MAKE) $(ALL) MYCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN" MYLIBS="-Wl,-E -ldl"

Of course, this removes support for readline.