lua-users home
lua-l archive

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


On Tue, 13 Oct 2009 19:08:42 +0400
Alexander Gladysh <agladysh@gmail.com> wrote:

> Sorry, Luarocks list on Luaforge seems to be down, so I'm posting it
> here.
> 
> Any clues?

Looks like the flags that the rock passes to the compiler are wrong,
and make x86-centric assumptions.  Unfortunately, this kind of error is
common in rocks, which makes them break in just the way you describe on
AMD64 and on other architectures, like ARM.

Best you can do is report a bug to the rock's maintainer, and perhaps
alter it in the meantime yourself to add the flag the linker suggests
to the compiler command line options.

B.