Hello, I was just wondering if the binary needs to be extracted from the tar.gz , as mentioned in ttp://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=26512<http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=26512> , then when we do the configure script, what is the point of setting the prefix ?
Thanks, Wei On Mon, Feb 8, 2010 at 8:34 AM, Wei Zhang <[email protected]> wrote: > 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] >> >> >
