[Bug libgcj/33278] [4.3 Regression] libjava fails to compile if configure argument contains "version"

2007-09-04 Thread belyshev at depni dot sinp dot msu dot ru
--- Comment #5 from belyshev at depni dot sinp dot msu dot ru 2007-09-05 05:10 --- Fixed. -- belyshev at depni dot sinp dot msu dot ru changed: What|Removed |Added

[Bug libgcj/33278] [4.3 Regression] libjava fails to compile if configure argument contains "version"

2007-09-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2007-09-05 02:24 --- Since a patch has been checked in, can this issue be closed? -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added -

[Bug libgcj/33278] [4.3 Regression] libjava fails to compile if configure argument contains "version"

2007-09-04 Thread doko at gcc dot gnu dot org
--- Comment #3 from doko at gcc dot gnu dot org 2007-09-04 21:32 --- Subject: Bug 33278 Author: doko Date: Tue Sep 4 21:32:41 2007 New Revision: 128104 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128104 Log: 2007-09-05 Matthias Klose <[EMAIL PROTECTED]> PR libgcj/

[Bug libgcj/33278] [4.3 Regression] libjava fails to compile if configure argument contains "version"

2007-09-02 Thread belyshev at depni dot sinp dot msu dot ru
--- Comment #2 from belyshev at depni dot sinp dot msu dot ru 2007-09-02 12:28 --- (In reply to comment #1) >> doesn't look robust either; what about > > gcjversion=`cat $srcdir/../gcc/BASE-VER` > Agreed, that's much better. To be even more robust, add quotes: gcjversion=`cat "$sr

[Bug libgcj/33278] [4.3 Regression] libjava fails to compile if configure argument contains "version"

2007-09-02 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug libgcj/33278] [4.3 Regression] libjava fails to compile if configure argument contains "version"

2007-09-02 Thread doko at ubuntu dot com
--- Comment #1 from doko at ubuntu dot com 2007-09-02 11:21 --- Subject: Re: New: [4.3 Regression] libjava fails to compile if configure argument contains "version" belyshev at depni dot sinp dot msu dot ru schrieb: > When gcc is configured with, for example, "--without-pkgversion",