[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Forcing all Lua symbols to be included on Linux?
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 8 May 2009 11:55:27 +0200
Thanks, Daniel
Linking my app against liblua.so indeed sorted out the issue! So lfs,
socket etc are now all satisfied.
steve d.
On Fri, May 8, 2009 at 11:52 AM, Daniel Silverstone
<dsilvers@digital-scurf.org> wrote:
> The *correct* way to do this, and the way it *MUST* be done to work
> reliably, is to ensure that the C side of any Lua extension is *LINKED*
> against liblua.so