lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sat, Feb 27, 2010 at 7:25 AM, Phoenix Sol <phoenix@burninglabs.com> wrote:
> All your rocks are belong to us.
>

AFAIK lua official manual recommends to statically link all lua and
lua modules into your host application.

So generally, if you follow the rule, you will *never* need -fPIC option.

You will need -fPIC only if you have not statically linked lua or the
add-ons into your host application. and that means -fPIC should *not*
be on by default.