Cornelis Hoeflake wrote:
Hi,

bootstraping OpenOffice with a 64 bit JVM will fail. It think this is because the native JNI libraries like jpipe etc are 32 bit (x86/i386). Since the 1.6 JVM is only available in 64 bit, I think this is a serious problem.

Is there any way to solve this?

Try building OOo with "-arch x86_64" in your CFLAGS and/or CXXFLAGS variables, and be prepared to spend several hours working out the kinks.

In what little free time I can find, I have been experimenting with cross development and cross compilation of OOo on Mac. So far, the simple stuff doesn't work, and one has to break out the Mac Fu when it comes to ld flags and the like.

Configure almost always guesses wrongly, though I think changing configure.in is the best place to put these options. So, once I get this figured out, I'll post a configure.in patch.



Kind regards,
Cornelis Hoeflake


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to