lua-users home
lua-l archive

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



> An issue related to this just came up on the Ion mailing list:
> Compiled .lc files are apparently not platform-independent and
> should thus be put under lib if are provided.

That is probably true. However, there is something more important
about /usr/local/lib (or /usr/lib) which is that it is read-only.
Consequently, if you build a system which automatically byte-compiles
and caches .lc files, python-style, the cached files should go
in /var/local/cache/<something>; to support that mechanism, you need
to have the cache directory in the Lua search path.