Hi, When installing Ion, it places compiled Lua files in /usr/share/ion2. But the luac(1) manual page says:
"The binary files created by luac are portable to all architectures with the same word size. This means that binary files created on a 32bit platform (such as Intel) can be read without change in another 32bit platform (such as Sparc), even if the byte order (endianness) is different. On the other hand, binary files created on a 16bit platform cannot be read in a 32bit platform, nor viceversa." Does this apply to 32 vs 64 bit architectures as well? In that case, compiled Lua files should not be placed in /usr/share but in /usr/lib. -- Pelle
