This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: java tools broken on the trunk (resource bundles not found) PR37636
- From: Matthias Klose <doko at ubuntu dot com>
- To: java at gcc dot gnu dot org
- Date: Sun, 28 Sep 2008 16:59:16 +0200
- Subject: Re: java tools broken on the trunk (resource bundles not found) PR37636
- References: <48DA2112.4080006@ubuntu.com>
Matthias Klose schrieb:
> Just filed PR37636; didn't figure out yet when this was introduced. The only
> obvious configure change is picking up the CLooG libraries.
>
> Seen on the 0.98 merge branch as well.
This was only seen when not configuring with --enable-java-maintainer-mode.
Fixed on the branch, by reverting the patch mentioned in
http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00830.html
the classpath/tools property files are not included anymore in libgcj.so, so
this should be properly fixed now.
Matthias