This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
libgcjx.la
- From: Tom Tromey <tromey at redhat dot com>
- To: GCC-Java <java at gcc dot gnu dot org>
- Cc: Scott Gilbertson <scottg at mantatest dot com>
- Date: 30 Jan 2003 22:30:58 -0700
- Subject: libgcjx.la
- Reply-to: tromey at redhat dot com
Right now the Xlib-based AWT peers are put into a library named
`libgcjx.la'. At install time this is also copied as
`gnu-awt-xlib.la' (which I think comes from an earlier revision of the
automatic .so-loading code).
Is there any reason for this? I think we should rename the library to
`lib-gnu-awt-xlib.la' and get rid of libgcjx altogether.
Scott, how do you currently make the peers visible to your code?
Tom