[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Building Lua with dynamic linking - "Segmentation Fault"
- From: "Julio José Mora Salido" <jmorasali@...>
- Date: Thu, 15 Nov 2007 10:48:55 +0100
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