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

  • From: Mike Pall <mike-1403@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Fri, 14 Mar 2014 10:50:45 +0100

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

Other related posts: