From owner-freebsd-java@FreeBSD.ORG Sun Feb 25 20:43:04 2007 Return-Path: X-Original-To: freebsd-java@FreeBSD.org Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0A6C16A400 for ; Sun, 25 Feb 2007 20:43:04 +0000 (UTC) (envelope-from arnej@pvv.ntnu.no) Received: from decibel.pvv.ntnu.no (decibel.pvv.ntnu.no [129.241.210.179]) by mx1.freebsd.org (Postfix) with ESMTP id 6161613C442 for ; Sun, 25 Feb 2007 20:43:04 +0000 (UTC) (envelope-from arnej@pvv.ntnu.no) Received: from arnej by decibel.pvv.ntnu.no with local (Exim 4.60) (envelope-from ) id 1HLQD0-0005da-Mo; Sun, 25 Feb 2007 21:43:02 +0100 Date: Sun, 25 Feb 2007 21:43:02 +0100 (CET) From: "Arne H. Juul" To: Free BSD In-Reply-To: <45E1C10B.90403@vfemail.net> Message-ID: References: <45E0DAB0.6010809@vfemail.net> <45E1C10B.90403@vfemail.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-java@FreeBSD.org Subject: Re: JDK 1.5 does not build on AMD-64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2007 20:43:04 -0000 On Sun, 25 Feb 2007, Free BSD wrote: >> $ ar xv /usr/X11R6/lib/libXm.a CascadeB.o >> x - CascadeB.o >> $ file CascadeB.o CascadeB.o: ELF 64-bit LSB relocatable, AMD x86-64, >> version 1 (FreeBSD), >> not stripped > thanks for your response. I checked the libXm.a, and it DID come from > open-motif > # pkg_which /usr/X11R6/lib/libXm.a > open-motif-2.2.3_2 > > then I ran the commands you have shown, and the results are identical to > yours. But still, the java is not compiling and getting stuck at the same > point again and again. Please do let me know if I should do anything more or > if any more information is required, and I'll try my best to supply those. hmf, so that wasn't a good test then. What about this one: objdump -r CascadeB.o | grep R_X86_64_32 on my system that gives no output at all. Maybe you have installed lesstif on top of open-motif, overwriting libXm.a with the lesstif version? - Arne H. J.