[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Including Lua source with one's project
- From: "Olivier Delannoy" <olivier.delannoy@...>
- Date: Tue, 2 Oct 2007 15:35:59 +0200
It's not exactly the same topic but it is tighly related. I am planing
on integrating lua in my project by including the official library
within a dso. For this to work I need to specify particular flags
during the creation of the object of the library (-fpic added to
CFLAGS). Can I do this without modifiying the makefiles provided
within the lua source or must I provides my own Makefile ?
On 10/2/07, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> > 3) If a Lua library is found on the system where the project is being
> > built, should I use that, or just always use the Lua version
> > included with my project. [I guess the latter is probably safer,
> > but using the system's Lua library might offer some advantages such
> > as dynamic linking or more recent/bugfixed versions...]
>
> You'd also need to check whether the Lua library in your system is the
> same version you're using in your project.
>
--
Olivier Delannoy
ATER
PRiSM Laboratory
Versailles University, FRANCE