[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: R_ARM_PC24 relocation out of range
- From: "Julio José Mora Salido" <jmorasali@...>
- Date: Thu, 15 Nov 2007 10:45:33 +0100
Thank you Mike,
The problem was I didn't have to pass the static library liblua.a to the luasqlite shared library. Now 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