[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-12-12 Thread bkoz at gcc dot gnu dot org
--- Comment #5 from bkoz at gcc dot gnu dot org 2006-12-12 11:32 --- I suspect that the fix for 28125 may also fix this. If not, then the only thing I can think of to do is to add a compile test explicitly for iconv_t in GLIBCXX_CHECK_ICONV_SUPPORT. This seems redundant, however, as

[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-12-12 Thread rmathew at gcc dot gnu dot org
--- Comment #6 from rmathew at gcc dot gnu dot org 2006-12-12 12:27 --- The real problem (IIRC) was that iconv_t was being used even though there was no libiconv (I think the inclusion of the header file was properly guarded, but the usage of the type wasn't). MinGW uses the Windows C

[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-12-12 Thread rmathew at gcc dot gnu dot org
--- Comment #7 from rmathew at gcc dot gnu dot org 2006-12-12 12:28 --- (See the comment above.) -- rmathew at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-12-12 Thread bkoz at gcc dot gnu dot org
--- Comment #8 from bkoz at gcc dot gnu dot org 2006-12-12 13:31 --- Thanks Ranjit. Then: Index: crossconfig.m4 === --- crossconfig.m4 (revision 119781) +++ crossconfig.m4 (working copy) @@ -178,7 +178,6 @@

[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-12-12 Thread bkoz at gcc dot gnu dot org
--- Comment #9 from bkoz at gcc dot gnu dot org 2006-12-12 14:01 --- Subject: Bug 28265 Author: bkoz Date: Tue Dec 12 14:00:54 2006 New Revision: 119782 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119782 Log: 2006-12-12 Benjamin Kosnik [EMAIL PROTECTED] PR

[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-12-12 Thread bkoz at gcc dot gnu dot org
--- Comment #10 from bkoz at gcc dot gnu dot org 2006-12-12 14:19 --- Subject: Bug 28265 Author: bkoz Date: Tue Dec 12 14:18:36 2006 New Revision: 119783 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119783 Log: 2006-12-12 Benjamin Kosnik [EMAIL PROTECTED] PR

[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-12-12 Thread bkoz at gcc dot gnu dot org
--- Comment #11 from bkoz at gcc dot gnu dot org 2006-12-12 14:29 --- Subject: Bug 28265 Author: bkoz Date: Tue Dec 12 14:28:53 2006 New Revision: 119784 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119784 Log: 2006-12-12 Benjamin Kosnik [EMAIL PROTECTED] PR

[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-12-12 Thread bkoz at gcc dot gnu dot org
--- Comment #12 from bkoz at gcc dot gnu dot org 2006-12-12 14:31 --- Fixed. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-12-11 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2006-12-11 13:56 --- Hey Ranjit. It looks like this error is from extc++.h.gch, the precompiled header for libstdc++ that includes std/tr1/ext. From the file libstdc++-v3/include/ext/codecvt_specializations.h: #ifndef

[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-12-11 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2006-12-11 16:53 --- Created an attachment (id=12782) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12782action=view) Patch to remove AC_CHECK_LIB. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28265

[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-12-11 Thread rmathew at gcc dot gnu dot org
--- Comment #4 from rmathew at gcc dot gnu dot org 2006-12-12 04:52 --- Thanks for looking into this Ben. Unfortunately, I no longer build GCC for MinGW (or for Linux, for that matter) regularly so I'm unable to test your patch. :-( --

[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-07-05 Thread rmathew at gcc dot gnu dot org
--- Comment #1 from rmathew at gcc dot gnu dot org 2006-07-05 07:32 --- Created an attachment (id=11823) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11823action=view) The portion of the build log that shows the error reported in this PR. --