[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Using LUA as static member
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 7 Dec 2010 09:03:29 +0200
2010/12/7 "J.Jørgen von Bargen" <jjvb.primus@gmx.de>:
> If you can guarantee to *never-ever* require any lua.dlls (or modules
> requiring some dlls), you should be safe to link lua static. Can you?
There's another issue, which means that it's often a good idea to link
dynamically on Linux as well; a static link may not include all the
machinery you need to run arbitrary scripts. (This I found out the
hard way)
steve d.