lua-users home
lua-l archive

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


>  Luiz> freebsd:
>  Luiz>         $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_LINUX -DLUA_USE_READLINE
>  Luiz> -I/usr/include/edit" SYSLIBS="-Wl,-E -ledit" CC="cc"
>
> Russell's suggested port build is passing in MYCFLAGS and MYLDFLAGS
> (incorrectly, should be using MYLIBS) to set the -I/usr/include/edit and
> -ledit.

But the make line above works fine, right?