From owner-freebsd-questions@FreeBSD.ORG Tue Dec 14 18:02:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDC5616A4CE for ; Tue, 14 Dec 2004 18:02:53 +0000 (GMT) Received: from outside.taborandtashell.net (sub18-33.member.dsl-only.net [63.105.18.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0355D43D6B for ; Tue, 14 Dec 2004 18:02:52 +0000 (GMT) (envelope-from tkelly-freebsd-questions@taborandtashell.net) Received: (qmail 70162 invoked from network); 14 Dec 2004 10:02:48 -0800 Received: from unknown (HELO ?192.168.0.9?) (tkelly@192.168.0.9) by 192.168.0.2 with AES256-SHA encrypted SMTP; 14 Dec 2004 10:02:48 -0800 Message-ID: <41BF2ADF.60306@taborandtashell.net> Date: Tue, 14 Dec 2004 10:03:11 -0800 From: Tabor Kelly User-Agent: Mozilla Thunderbird 0.9 (X11/20041112) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: OpenOffice - Java problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: tkelly-freebsd-questions@taborandtashell.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 18:02:53 -0000 Dave Horsfall wrote: > I'm trying to compile OpenOffice 1.1 for FreeBSD 4.10 (may as well > exercise the lap-top). After grabbing all the Linuxy bits for Java JDK14, > I now find it wants a Solaris library under /compat/svr4/lib (libc.so.2 or > similar), and this is found only on a Solaris/86 CD, which of course not > being a licensee I don't have. > -- Dave How I got Openoffice 1.1.3 to compile on my laptop: portinstall java/jdk14 portinstall openoffice note: 'portinstall java/jdk14' installs the natively compiled FreeBSD version of Java, and as a dependency (for the build only) installs the linux JDK. -Tabor Kelly PS- Yes, this does mean the port is broken.