This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Rebuild libgcj from scratch
- To: "Jeff Sturm" <jsturm at one-point dot com>, "Tom Tromey" <tromey at redhat dot com>
- Subject: Re: FYI: Rebuild libgcj from scratch
- From: "Anthony Green" <green at redhat dot com>
- Date: Tue, 28 Aug 2001 21:52:52 -0700
- Cc: "Java Discuss List" <java at gcc dot gnu dot org>
- References: <Pine.LNX.4.10.10108281848150.8130-100000@mars.deadcafe.org>
Jeff wrote:
> Given that this is an ABI change, do we need to bump the library version
> as well?
That seems like the right thing to do.
This reminds me... perhaps "gcj -shared" should automatically add "-lgcj" so
proper library dependencies are established in the .so. I think this is
important for RPM, for instance. I don't fully understand all of the
issues - but perhaps someone who does can comment...
AG