From owner-freebsd-java@FreeBSD.ORG Fri Mar 18 16:18:02 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7D8916A4CE for ; Fri, 18 Mar 2005 16:18:02 +0000 (GMT) Received: from april.chuckr.org (april.chuckr.org [66.92.151.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A7A743D69 for ; Fri, 18 Mar 2005 16:18:02 +0000 (GMT) (envelope-from chuckr@chuckr.org) Received: from [66.92.151.195] (july.chuckr.org [66.92.151.195]) by april.chuckr.org (Postfix) with ESMTP id 41EC21213C; Fri, 18 Mar 2005 11:18:43 -0500 (EST) Message-ID: <423AFF12.8060300@chuckr.org> Date: Fri, 18 Mar 2005 16:17:22 +0000 From: Chuck Robey User-Agent: Mozilla Thunderbird 1.0 (X11/20050316) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Yuri Khotyaintsev References: <423AFADA.502@chuckr.org> <20050318160507.GA72607@misty.eyesbeyond.com> <200503181716.05537.yuri@irfu.se> In-Reply-To: <200503181716.05537.yuri@irfu.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: other architectures X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 16:18:03 -0000 Yuri Khotyaintsev wrote: > 18 mar 2005 17.05, Greg Lewis/You wrote: > >>On Fri, Mar 18, 2005 at 03:59:22PM +0000, Chuck Robey wrote: >> >>>I wanted to build java (jdk14) for the OpenOffice-2.0 port, but the >>>jdk14 port tells me that for my architecture (I have dual amd64 Opterons >>>here) the port is i386 only. >>> >>>Is this true, or merely that you haven't had time for amd64 yet, and it >>>might possibly work? >> >>You can't compile a native amd64 binary of jdk14. You can install >>an x86 version you've compiled on an x86 machine and I suspect it >>would work. You could also try jdk15 which should build natively on >>amd64. > > > Copying jdk14 compiled on x86 to an amd64 machine have not worked for me. > There are some posts on this subject on amd64 list. > > jdk15 works great! > OK, that's sufficient for me, I'm off to jdk15, and my thanks for straightening me out!