This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj on FreeBSD - unresolved externals with static link
- To: Jan Mikkelsen <janm at transactionware dot com>
- Subject: Re: gcj on FreeBSD - unresolved externals with static link
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Wed, 10 Oct 2001 18:45:24 -0400 (EDT)
- cc: java at gcc dot gnu dot org
On Wed, 10 Oct 2001, Jeff Sturm wrote:
>
> On Thu, 11 Oct 2001, Jan Mikkelsen wrote:
> > My fix has been to change the ar flags to be "rcP" which copmares full path
> > names when adding objects to the library. Both list.o's make it in, and it
> > links fine, and also runs. I haven't tested it extensively, but simple for
> > loops, calls to System.out.println, System.out.flush and Thread.sleep seem
> > fine.
>
> That sounds right. Can you send your explanation, a ChangeLog entry and
> this patch to libtool-patches@gnu.org? (That is the upstream source
> for GCC libtool, patches must be accepted there first.)
On second thought, the multi-language-branch is now dead, so sending this
directly to gcc-patches@gcc.gnu.org may be sufficient. It may be worth
finding out if the CVS libtool needs fixing as well (where ltconfig.in
has been replaced by libtool.m4).
Jeff