Date: Mon, 26 Feb 2007 18:19:45 -0500 From: Kris Kennaway <kris@obsecurity.org> To: "Arne H. Juul" <arnej@pvv.ntnu.no> Cc: kris@freebsd.org, Hiroyuki Kawakatsu <hkawakat@gmail.com>, freebsd@vfemail.net, freebsd-java@freebsd.org Subject: Re: cannot update jdk15 on amd64 Message-ID: <20070226231945.GA17707@xor.obsecurity.org> In-Reply-To: <Pine.LNX.4.62.0702262304080.17182@decibel.pvv.ntnu.no> References: <307b90470702261045j1a812168y702c2dedd7e64bd8@mail.gmail.com> <Pine.LNX.4.62.0702262304080.17182@decibel.pvv.ntnu.no>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 26, 2007 at 11:27:27PM +0100, Arne H. Juul wrote: > revision 1.33 > date: 2004/12/24 06:34:45; author: phantom; state: Exp; lines: +4 -0 > While building on amd64 add -fPIC to CFLAGS > > so something may need to be done to restore that behaviour with new > libtool. Or alternately, java must stop using the static motif library > and link with the shared library instead. The latter (or make a libXm_pic.a); the earlier change was bogus since .a libraries are not supposed to be PIC. Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070226231945.GA17707>