This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: Patch: Xlib AWT and Java 2D
- To: "Rolf W. Rasmussen" <rolfwr at ii dot uib dot no>
- Subject: Re: Patch: Xlib AWT and Java 2D
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 24 Oct 2000 19:53:33 -0600
- Cc: java-patches at sourceware dot cygnus dot com
- References: <20001022023931.A710@amy>
- Reply-To: tromey at cygnus dot com
>>>>> "Rolf" == Rolf W Rasmussen <rolfwr@ii.uib.no> writes:
Rolf> TODO: The makefile should be modified to install symlinks from
Rolf> libgcjx.so gnu-gcj-xlib.so and gnu-awt-xlib.so to allow dynamic
Rolf> loading of classes from gnu.gcj.xlib and gnu.awt.xlib.
I have a patch to do this. But what will dlopen() do with these
symlinks? We might possibly try to load the same library twice, under
different names.
Tom