Re: luajit binary linking dynamically to libluajit.so on linux and osx

  • From: Cosmin Apreutesei <cosmin.apreutesei@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Fri, 14 Mar 2014 22:06:09 +0200

On Fri, Mar 14, 2014 at 11:50 AM, Mike Pall <mike-1403@xxxxxxxxxx> wrote:
> Cosmin Apreutesei wrote:
>> 1) `-flat_namespace -undefined suppress` vs `-undefined
>> dynamic_lookup` -- they both work, and I'm not sure if it matters
>> which I choose.
>
> -undefined dynamic_lookup
>
>> 2) `-bundle` vs `-shared` -- they both work, but couldn't find a clear
>> answer on the difference between bundles and dylibs to make a choice.
>
> Doesn't matter for this use case. Use -shared, because it's the
> standard flag name on other platforms.
>
> --Mike
>

Alright, thanks!

Other related posts: