lua-users home
lua-l archive

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


Thank You guys
changing install script from original to this from dev.w3.org didn't help
but removing -p did !
so lua is installed :)

regards
nichu

>Date: Wed, 9 Jul 2008 08:31:58 -0300
>From: Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>
>Subject: Re: lua compilation (@solaris)
>To: Lua list <lua@bazar2.conectiva.com.br>
>Message-ID: <20080709083158.A22152@lua.tecgraf.puc-rio.br">20080709083158.A22152@lua.tecgraf.puc-rio.br>
>Content-Type: text/plain; charset=us-ascii
>
>> cd src && install -p -m 0755 lua luac /usr/local/bin
>> usage: install [options] file [dir1 ...]
>
>It seems the "install" program in solaris does not understand the -p option.
>So either remove -p or use a different install, such as the one suggested
>in Makefile: http://dev.w3.org/cvsweb/libwww/config/install-sh
>
>If you choose to remove -p, then you may have to run ranlib on the installed
>lualib.a. (But I did try it in SunOS 5.7 and it wasn't necessary.)
>
>> and when (earlier) i executed make solaris i got lots of warnings:
>
>These are harmless (but distracting).
>
>Sorry about that.
>--lhf