<html>
<body>
A couple of comments on the cblfs openoffice 64-bit build - admittedly
using oo-3.0.0...<br><br>
Ref :<br><br>
<pre>touch external/unowinreg/unowinreg.dll &&
cd config_office/ &&
autoreconf &&
USE_ARCH=64 CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure

</pre><font face="Courier New, Courier">1. "autoreconf" brings
the cpu utilisation up to 100% and never comes back - omitting this step
does seem to cause any problems.<br>
2. despite </font><pre>PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}",
dmake fails at some point with the error that gtk+-2.pc cannot be found
in the pkgconfig path. {PKG_CONFIG_PATH64} is set, but exporting
PKG_CONFIG_PATH=/usr/lib64/pkgconfig fixes the problem.

Ref:


./bootstrap &&
source LinuxX86-64Env.Set.sh

</pre><font face="Courier New, Courier">3. Perhaps it's worth mentioning
that if you don't have an i686 then this will be of the form "source
</font><pre>Linux-PPC64Env.Set" or similar

Ref:


cd
instsetoo_native/unxlngx6.pro/OpenOffice/native/install/en-US/linux-2.6-x86_64/buildroot/opt
&&
cp -r -v openoffice.org2.4 /opt/openoffice-2.4.1

</pre><font face="Courier New, Courier">4. Similar comment to that above
for "</font><pre>linux-2.6-x86_64"

Thanks
John</body>
</html>