This is the mail archive of the rhug-rhats@sources.redhat.com mailing list for the RHUG project.


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

"gcj -R" needed by rhug


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




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