This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: Use lib-gnu-pkg-quux.so, not gnu-pkg-quux.so
- To: Jeff Sturm <jsturm at one-point dot com>
- Subject: Re: Patch: Use lib-gnu-pkg-quux.so, not gnu-pkg-quux.so
- From: Tom Tromey <tromey at redhat dot com>
- Date: 22 Aug 2001 17:36:58 -0600
- Cc: Anthony Green <green at redhat dot com>, java-patches at gcc dot gnu dot org
- References: <Pine.LNX.4.10.10108221355480.22728-100000@mars.deadcafe.org>
- Reply-To: tromey at redhat dot com
Anthony> I understand your point about the Windows library naming
Anthony> scheme. On the other hand, the library names we're using are
Anthony> clearly an artificial naming scheme in support of gcj's class
Anthony> loader - so I don't see why this particular unix-ism leak
Anthony> into Windows should be a problem.
Jeff> In general GNU ld links to import libraries, not DLLs, on
Jeff> Windows. So for foo.dll there could be a corresponding libfoo.a
Jeff> import library.
Ok, thanks.
In this case I don't see anything wrong with the patch.
Anthony, please check it in.
Tom