[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: please drop whatever you're doing and add -fPIC to all your rockspecs.
- From: Pan Shi Zhu <pan.shizhu@...>
- Date: Mon, 1 Mar 2010 11:33:26 +0800
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.