lua-users home
lua-l archive

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


On Tue, Aug 22, 2006 at 01:21:47PM -0500, Thomas Blom wrote:
> (the default 5.1.1 make produces no shared libs?)

Hmm, weird. 5.0 does it when you do "make so soinstall".

> When I run lua from the console, I'm in 5.1.  This would appear to come  
> from /usr/local/bin.  (What command to use to determine location (on disk)  
> of executing program?)

% echo $PATH
:/home/sroberts/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/X11R6/bin
% which lua
/usr/local/bin/lua
% which lua50
/usr/bin/lua50
% which lua5.1
/usr/bin/lua5.1