Date: Wed, 4 Apr 2007 19:13:03 -0400 From: Jung-uk Kim <jkim@FreeBSD.org> To: freebsd-openoffice@FreeBSD.org Cc: kpitcher@keithpitcher.com, "Michael W. Lucas" <mwlucas@blackhelicopters.org>, Mark Murray <mark@grondar.org> Subject: [FYI] How to build OOo on -CURRENT Message-ID: <200704041913.05860.jkim@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
The reason for build failures on -CURRENT is because objformat was removed from base. If you don't have it in /usr/bin, that's likely the case. Unfortunately it is hardcoded in many old configure scripts for third-party modules including Mozilla, libxml2, BerkeleyDB, etc. The simplest workaround for this problem is to write a file with the following three lines: #!/bin/sh echo elf exit 0 Then do: install -g wheel -o root -m 555 <filename> /usr/bin/objformat FYI... Jung-uk Kim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704041913.05860.jkim>