Re: [ANN] SILE 0.9.2 is released
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] SILE 0.9.2 is released
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 8 Jun 2015 10:00:05 -0300
> On 64-bit Ubuntu, as usual I had to rebuild Lua having added -fPIC to
> MYCFLAGS.
Why? How does it matter for static libraries, which is what the standard
Makefile builds?
I usually have to add -fPIC when building dynamic C libraries to be used in Lua,
but not for building Lua itself.