lua-users home
lua-l archive

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


> [...] Actually I deleted luaconf.h from where it was
> installed and ‘package.path’ still had the same value, which makes
> me think it doesn’t do anything (but it has too?!).

Lua cannot even compile without 'luaconf.h'. If you deleted that
file and still were able to recompile Lua, the 'luaconf.h' that the
compiler is using must be somewhere else (or you are running another Lua
executable).

-- Roberto