From owner-freebsd-java@FreeBSD.ORG Mon Jun 13 20:19:07 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 49D5B16A41C; Mon, 13 Jun 2005 20:19:07 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15AA343D48; Mon, 13 Jun 2005 20:19:06 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 814B1F1BE2; Mon, 13 Jun 2005 13:19:04 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51034-05; Mon, 13 Jun 2005 13:19:04 -0700 (PDT) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id F18D0F1BD5; Mon, 13 Jun 2005 13:19:03 -0700 (PDT) From: Sean McNeil To: dR In-Reply-To: <20050613122554.13154.qmail@web52301.mail.yahoo.com> References: <20050613122554.13154.qmail@web52301.mail.yahoo.com> Content-Type: text/plain Organization: Sean McNeil Consulting, Inc Date: Mon, 13 Jun 2005 13:19:03 -0700 Message-Id: <1118693943.51346.5.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: freebsd-amd64@freebsd.org, freebsd-java@freebsd.org Subject: Re: jdk15 amd64 error: "recompile with -fPIC" ? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sean@mcneil.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 20:19:07 -0000 On Mon, 2005-06-13 at 05:25 -0700, dR wrote: > I have exactly what you list: > > %ls /usr/X11R6/lib/libXm* > /usr/X11R6/lib/libXm.a > /usr/X11R6/lib/libXmu.a > /usr/X11R6/lib/libXmuu.a > /usr/X11R6/lib/libXm.so > /usr/X11R6/lib/libXmu.so > /usr/X11R6/lib/libXmuu.so > /usr/X11R6/lib/libXm.so.3 > /usr/X11R6/lib/libXmu.so.6 > /usr/X11R6/lib/libXmuu.so.1 > > Marko > > > > I would truly appreciate some help with this. > > > > You are missing some shared libraries most likely. > > Check > > > > server# ls /usr/X11R6/lib/libXm* > > /usr/X11R6/lib/libXm.a > > /usr/X11R6/lib/libXmu.so.6 > > /usr/X11R6/lib/libXm.so > > /usr/X11R6/lib/libXmuu.a > > /usr/X11R6/lib/libXm.so.3 > > /usr/X11R6/lib/libXmuu.so > > /usr/X11R6/lib/libXmu.a > > /usr/X11R6/lib/libXmuu.so.1 > > /usr/X11R6/lib/libXmu.so You need to give us more information. We need to see the complete command that this failed with. Nothing in this port should have linked to a static version of that library. We have to find out who is doing it and why. It could be that a different port that jdk15 relies on was miscompiled. It could also be that you missed part of the link command at the failure point when you have to cut/paste and run it manually. Without additional info I'm afraid there isn't much we can do. Sean