lua-users home
lua-l archive

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


> Problem 1: Builderrors
> =================
>  $ make mingw
> [this runs OK]

and so this is not a build error...

>  $ make install
> cd src && install -p -m 0755 lua luac /usr/local/bin
> install: cannot change ownership of `/usr/local/bin/lua': No such file
> or directory

Perhaps this fixes it:
	make install TO_BIN="lua.exe luac.exe"