|
> 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.