From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Anthony Green" To: Cc: "Tom Tromey" Subject: "gcj -R" needed by rhug Date: Sun, 02 Sep 2001 19:46:00 -0000 Message-id: <007e01c13423$1c101400$5be6b4cd@cygnus.com> X-SW-Source: 2001-09/msg00001.html I finally wrapped up my "gcj -R" patches as submitted them today. You'll need to apply these patches in order to build rhug now. Hopefully they will get approved Real Soon Now. http://gcc.gnu.org/ml/java-patches/2001-q3/msg00348.html http://gcc.gnu.org/ml/java-patches/2001-q3/msg00349.html http://gcc.gnu.org/ml/java-patches/2001-q3/msg00350.html gnu.regexp fails if it can't load the MessagesBundle property file. The makefile now includes... props.o: $(srcdir)/upstream/src/gnu/regexp/MessagesBundle.properties gcj -fPIC -R gnu/regexp/MessagesBundle.properties -o props.o -c $< ...which builds the property file into the shared library. The runtime has no problem finding it and everything appears to work nicely now. AG