public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/22339] iconv functions not found by libstdc++v3 configure
       [not found] <bug-22339-10952@http.gcc.gnu.org/bugzilla/>
@ 2006-12-12 12:33 ` bkoz at gcc dot gnu dot org
  2007-12-01 14:52 ` pcarlini at suse dot de
  1 sibling, 0 replies; 6+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2006-12-12 12:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from bkoz at gcc dot gnu dot org  2006-12-12 12:33 -------

Can I get some feedback on this bug? If not, I will close it...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22339


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/22339] iconv functions not found by libstdc++v3 configure
       [not found] <bug-22339-10952@http.gcc.gnu.org/bugzilla/>
  2006-12-12 12:33 ` [Bug libstdc++/22339] iconv functions not found by libstdc++v3 configure bkoz at gcc dot gnu dot org
@ 2007-12-01 14:52 ` pcarlini at suse dot de
  1 sibling, 0 replies; 6+ messages in thread
From: pcarlini at suse dot de @ 2007-12-01 14:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pcarlini at suse dot de  2007-12-01 14:52 -------
After almost a year, feedback is definitely not forthcoming...


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22339


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/22339] iconv functions not found by libstdc++v3 configure
  2005-07-07  8:44 [Bug libstdc++/22339] New: " mjscod at gmx dot de
                   ` (2 preceding siblings ...)
  2005-09-13 20:18 ` bkoz at gcc dot gnu dot org
@ 2005-09-13 20:19 ` bkoz at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2005-09-13 20:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2005-09-13 20:19 -------
Created an attachment (id=9723)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9723&action=view)
Checks for libiconv_ open and close functions.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22339


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/22339] iconv functions not found by libstdc++v3 configure
  2005-07-07  8:44 [Bug libstdc++/22339] New: " mjscod at gmx dot de
  2005-07-07  8:46 ` [Bug libstdc++/22339] " mjscod at gmx dot de
  2005-07-07 13:23 ` pinskia at gcc dot gnu dot org
@ 2005-09-13 20:18 ` bkoz at gcc dot gnu dot org
  2005-09-13 20:19 ` bkoz at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2005-09-13 20:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2005-09-13 20:18 -------

Is this in reference to _GLIBCXX_USE_ICONV?

That is only useful for the codecvt specializations that use iconv. As of 4.0.0,
this is in libstdc++-v3/include/ext/codecvt_specializations.h. 

Or is this in reference to runtime testing? That looks different.

However, what you are suggesting is still easy to do.

-benjamin



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22339


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/22339] iconv functions not found by libstdc++v3 configure
  2005-07-07  8:44 [Bug libstdc++/22339] New: " mjscod at gmx dot de
  2005-07-07  8:46 ` [Bug libstdc++/22339] " mjscod at gmx dot de
@ 2005-07-07 13:23 ` pinskia at gcc dot gnu dot org
  2005-09-13 20:18 ` bkoz at gcc dot gnu dot org
  2005-09-13 20:19 ` bkoz at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-07 13:23 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22339


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/22339] iconv functions not found by libstdc++v3 configure
  2005-07-07  8:44 [Bug libstdc++/22339] New: " mjscod at gmx dot de
@ 2005-07-07  8:46 ` mjscod at gmx dot de
  2005-07-07 13:23 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: mjscod at gmx dot de @ 2005-07-07  8:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mjscod at gmx dot de  2005-07-07 08:45 -------
(In reply to comment #0)
> I suggest changing the iconv functions to:

I meant: "changing the iconv function detection to:". Sorry.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22339


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-12-01 14:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-22339-10952@http.gcc.gnu.org/bugzilla/>
2006-12-12 12:33 ` [Bug libstdc++/22339] iconv functions not found by libstdc++v3 configure bkoz at gcc dot gnu dot org
2007-12-01 14:52 ` pcarlini at suse dot de
2005-07-07  8:44 [Bug libstdc++/22339] New: " mjscod at gmx dot de
2005-07-07  8:46 ` [Bug libstdc++/22339] " mjscod at gmx dot de
2005-07-07 13:23 ` pinskia at gcc dot gnu dot org
2005-09-13 20:18 ` bkoz at gcc dot gnu dot org
2005-09-13 20:19 ` bkoz at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).