[Bug libgcj/37636] [4.4 regression] java tools are unable to find resource files

2008-10-21 Thread doko at ubuntu dot com
--- Comment #7 from doko at ubuntu dot com 2008-10-21 18:01 --- fixed with the cp-0.98 merge -- doko at ubuntu dot com changed: What|Removed |Added Status|UNC

[Bug libgcj/37636] [4.4 regression] java tools are unable to find resource files

2008-09-28 Thread doko at gcc dot gnu dot org
--- Comment #5 from doko at gcc dot gnu dot org 2008-09-28 14:51 --- Subject: Bug 37636 Author: doko Date: Sun Sep 28 14:49:51 2008 New Revision: 140733 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140733 Log: 2008-09-28 Matthias Klose <[EMAIL PROTECTED]> * PR libgc

[Bug libgcj/37636] [4.4 regression] java tools are unable to find resource files

2008-09-26 Thread gnu_andrew at member dot fsf dot org
--- Comment #4 from gnu_andrew at member dot fsf dot org 2008-09-26 19:32 --- I doubt it. I don't see libintl being linked against either gcj, gij or gjar here, and the fault is in Java code (although locale related). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37636

[Bug libgcj/37636] [4.4 regression] java tools are unable to find resource files

2008-09-25 Thread howarth at nitro dot med dot uc dot edu
--- Comment #3 from howarth at nitro dot med dot uc dot edu 2008-09-26 03:03 --- I notice that gcj on i686-apple-darwin9 is linked against libintl but gjar isn't. Could that be the origin of the failure of --help on gjar but not gcj? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3

[Bug libgcj/37636] [4.4 regression] java tools are unable to find resource files

2008-09-24 Thread gnu_andrew at member dot fsf dot org
--- Comment #2 from gnu_andrew at member dot fsf dot org 2008-09-25 03:20 --- Interestingly: $ /home/andrew/build/gcj/bin/gcj --version gcj (GCC) 4.4.0 20080913 (experimental) [gcj/classpath-098-merge-branch revision 140651] $ /home/andrew/build/gcj/bin/gjar --version jar (GNU Classpa

[Bug libgcj/37636] [4.4 regression] java tools are unable to find resource files

2008-09-24 Thread gnu_andrew at member dot fsf dot org
--- Comment #1 from gnu_andrew at member dot fsf dot org 2008-09-25 01:47 --- I'm not sure when 4.3 branched, but David Daney's locale patch (switching from gcj's locales to Classpath's) might have had an effect (2008-03-04). It's the only locale change I can see from this year. The c