Oh, I see. Thanks a lot Stephan! Wei
On Mon, Feb 8, 2010 at 8:29 AM, Stephan Bergmann <[email protected]>wrote: > On 02/08/10 15:12, Wei Zhang wrote: > >> I am wondering if there is a way when building it, statically link all the >> libraries together instead of using shared libraries (i know it sounds >> stupid) to get a big fat soffice.bin ? >> > > No, not easily. For example, many of the shared libraries implement UNO > services and export a component_getFactory C function to instantiate the UNO > services implemented by the library. If you combine libraries (or even fold > them into the executable) you have to adapt those component_getFactory > functions. > > -Stephan > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
