[Bug libgcj/20693] javax-imageio.lo failed to build

2005-04-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-17 06:51 --- Subject: Bug 20693 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-04-17 06:51:12 Modified files: libjava:

[Bug libgcj/20693] javax-imageio.lo failed to build

2005-04-16 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-04-17 00:42 --- I'm seeing this same problem. GCC4 won't build reliably without this fix. -- What|Removed |Added

[Bug libgcj/20693] javax-imageio.lo failed to build

2005-04-11 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-04-11 18:14 --- It also happened to gcc 4.0 on a P4 HT machine with make -j4 bootstrap. -- What|Removed |Added

[Bug libgcj/20693] javax-imageio.lo failed to build

2005-04-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-04-07 17:39 --- Another patch is needed to fully fix the bug: http://gcc.gnu.org/ml/gcc-patches/2005-04/msg00787.html BTW, special charactor isn't supported by libtool:

[Bug libgcj/20693] javax-imageio.lo failed to build

2005-04-01 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-04-02 00:28 --- It is getting worse. Both libtool and java testsuite try to outsmart each other. Each tries to put `\' in front `$' for file name. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20693

[Bug libgcj/20693] javax-imageio.lo failed to build

2005-03-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-30 18:57 --- Why does this work for me and other people on i686-pc-linux-gnu? http://gcc.gnu.org/ml/gcc-testresults/2005-03/msg02051.html -- What|Removed |Added

[Bug libgcj/20693] javax-imageio.lo failed to build

2005-03-30 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-30 20:06 --- It is a libtool bug, which depends on the order of the output from find -name '*.class -print. On my Linux/i686: [EMAIL PROTECTED] libjava]$ pwd /export/build/gnu/gcc/build-i686-linux/i686-pc-linux-gnu/libjava [EMAIL

[Bug libgcj/20693] javax-imageio.lo failed to build

2005-03-30 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-30 20:26 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02792.html -- What|Removed |Added