From: John L. <jla...@gm...> - 2012-08-31 03:23:37
|
On Thu, Aug 30, 2012 at 1:38 AM, Milind Gupta <mil...@gm...> wrote: > Hi John, > Thanks for the explanation below. Is it possible to put all the > shared libraries into 1 so that I can create a single file application with > wxluafreeze in linux? To build a standalone app with wxLuaFreeze you'll want to build staticly. Again, you can use "ldd appname" to see what libs it depends on. Regards, John |