lua-users home
lua-l archive

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


How are you building the libraries?

--
Fabio Mascarenhas

On Nov 15, 2007 7:48 AM, Julio José Mora Salido <jmorasali@gmail.com> wrote:
Hi,

I tried building Lua from source by ussuing "make linux" in an arm platform. All tests passed.  But from the Lua interpreter when I  "require" a shared library it appears to load the library, by Lua scripts work fine, but when I exit Lua I get a "Segmentation fault".

I think maybe I miss a flag when I compiled the shared libraries.  I was looking in the gcc command for some "core dump" flags, and I tried with -da, but it still appears the same error.

Any help would be appreciate!

Julio Mora