Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2005 13:19:03 -0700
From:      Sean McNeil <sean@mcneil.com>
To:        dR <dystopianrebel@yahoo.com>
Cc:        freebsd-amd64@freebsd.org, freebsd-java@freebsd.org
Subject:   Re: jdk15 amd64 error: "recompile with -fPIC" ?
Message-ID:  <1118693943.51346.5.camel@server.mcneil.com>
In-Reply-To: <20050613122554.13154.qmail@web52301.mail.yahoo.com>
References:  <20050613122554.13154.qmail@web52301.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1118693943.51346.5.camel>