This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: patches to re-direct _Jv_RegisterClass


>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:

Anthony> FYI, I filed a PR against our current scheme recently.  I put
Anthony> it against "libgcj", although most people appear to just be
Anthony> using "java".  Is that what I should have done?

Using libgcj is fine.  `java' is ostensibly for front-end bugs.
In practice I think all the Java hackers look at both.

I've closed the PR you filed.

Anthony> Also, our current scheme uses library names foo-bar-class.so.
Anthony> This is inconvenient if you need to link against them
Anthony> (-lfoo-bar-class doesn't work).  Should we change these to
Anthony> libfoo-bar-class.so?  Or libgcj-foo-bar-class.so?

This will probably work automatically.  We use libltdl to open .so's.
We just pass in something like `foo-bar-class'.  It handles mapping
that to the system name.  So I don't think we need to make any change
(though I haven't tested it).

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]