jdk15 amd64 error: "recompile with -fPIC" ?
Sean McNeil
sean at mcneil.com
Mon Jun 13 20:19:07 GMT 2005
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
More information about the freebsd-amd64
mailing list