On Thu, 2008-09-04 at 21:12 +1000, Jim Watson wrote: > AFAIK there is no way to cross compile OpenOffice.org for any platform. > The reasons is, that some tools needed to complete the build, are built > and run during the build. Maybe someone knows more about this...
FWIW, what I've done previously is configure and build under qemu, with the compiler set to a local distcc client in qemu which ships the compile jobs out to the native host running a distcc server against a cross-compiler. So I build natively under emulation, but punt the compilation to a faster cross-compiler. In theory scratchbox should be usable to effectively follow the same technique except far more cleverly transparent and lightweight, i.e. run a cross compiler automatically for you when compilation is called for, and automatically run attempt to execute non-native outputted target-binaries in qemu-user emulation mode. But I've never personally gotten around to seeing if OOo is buildable under scratchbox. C. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
