[Bug libstdc++/11074] libstdc++ fails to build due to gettext issue

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #19 from bkoz at gcc dot gnu dot org 2009-01-27 00:23 --- Fixed by 4.3.2 -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Status|WAITI

[Bug libstdc++/11074] libstdc++ fails to build due to gettext issue

2008-12-26 Thread tim dot vanholder at anubex dot com
--- Comment #18 from tim dot vanholder at anubex dot com 2008-12-26 18:06 --- I see that my gcc build tree (last used to build 4.3.2 on Sep 26) does not have any local changes to the libstdc++-v3 directory, according to 'svn diff'. This at least suggests it is resolved. A quick check sh

[Bug libstdc++/11074] libstdc++ fails to build due to gettext issue

2008-12-25 Thread tkoenig at gcc dot gnu dot org
--- Comment #17 from tkoenig at gcc dot gnu dot org 2008-12-25 15:55 --- There hasn't been activity on this for a long time. Is this still an issue? -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libstdc++/11074] libstdc++ fails to build due to gettext issue

2005-04-20 Thread tim dot vanholder at anubex dot com
--- Additional Comments From tim dot vanholder at anubex dot com 2005-04-20 08:14 --- This is still present. I've now patched acinclude.m4 to detect the library properly (will add as attachment); it's not ideal but it seems to work. Also, like I feared, it introduces a dependency on lib

[Bug libstdc++/11074] libstdc++ fails to build due to gettext issue

2005-01-16 Thread schlie at comcast dot net
--- Additional Comments From schlie at comcast dot net 2005-01-16 17:25 --- Not sure if it's a related issue, but attempting to build an AVR cross G++/libstdc++ complier on OSX presumes --disable-nls, nor using glibc, fails to build ; although possibly for other reasons as well? --

[Bug libstdc++/11074] libstdc++ fails to build due to gettext issue

2005-01-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-16 16:12 --- *** Bug 19468 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug libstdc++/11074] libstdc++ fails to build due to gettext issue

2004-11-15 Thread tim dot vanholder at anubex dot com
--- Additional Comments From tim dot vanholder at anubex dot com 2004-11-16 07:56 --- (In reply to comment #11) > --disable-nls doesn't kill the build, but it does give extra fails in > 22_locale > for the messages facet. This is expected. Maybe so, but I never used --disable-nls, so w

[Bug libstdc++/11074] libstdc++ fails to build due to gettext issue

2004-11-15 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2004-11-15 22:01 --- --disable-nls doesn't kill the build, but it does give extra fails in 22_locale for the messages facet. This is expected. I'll close this next week unless somebody can tell me what the problem is. -benjamin