public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/22339] New: iconv functions not found by libstdc++v3 configure
@ 2005-07-07  8:44 mjscod at gmx dot de
  2005-07-07  8:46 ` [Bug libstdc++/22339] " mjscod at gmx dot de
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: mjscod at gmx dot de @ 2005-07-07  8:44 UTC (permalink / raw)
  To: gcc-bugs

The iconv functions (iconv, iconv_open, and iconv_close) cannot be found by
configure because it doesn't include "iconv.h" where iconv is defined as
libiconv, iconv_open as libiconv_open, and iconv_close as libiconv_close.

I suggest changing the iconv functions to:

1. check if iconv.h exists
2. when checking for iconv, iconv_open, and iconv_close then include the iconv.h
header, otherwise use the explicit prototype.

-- 
           Summary: iconv functions not found by libstdc++v3 configure
           Product: gcc
           Version: 4.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mjscod at gmx dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-mingw32
  GCC host triplet: i686-pc-mingw32
GCC target triplet: i686-pc-mingw32


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


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

* [Bug libstdc++/22339] iconv functions not found by libstdc++v3 configure
  2005-07-07  8:44 [Bug libstdc++/22339] New: iconv functions not found by libstdc++v3 configure 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; 7+ 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] 7+ messages in thread

* [Bug libstdc++/22339] iconv functions not found by libstdc++v3 configure
  2005-07-07  8:44 [Bug libstdc++/22339] New: iconv functions not found by libstdc++v3 configure 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; 7+ 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] 7+ messages in thread

* [Bug libstdc++/22339] iconv functions not found by libstdc++v3 configure
  2005-07-07  8:44 [Bug libstdc++/22339] New: iconv functions not found by libstdc++v3 configure 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; 7+ 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] 7+ messages in thread

* [Bug libstdc++/22339] iconv functions not found by libstdc++v3 configure
  2005-07-07  8:44 [Bug libstdc++/22339] New: iconv functions not found by libstdc++v3 configure 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; 7+ 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] 7+ 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 ` bkoz at gcc dot gnu dot org
@ 2007-12-01 14:52 ` pcarlini at suse dot de
  1 sibling, 0 replies; 7+ 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] 7+ 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 ` bkoz at gcc dot gnu dot org
  2007-12-01 14:52 ` pcarlini at suse dot de
  1 sibling, 0 replies; 7+ 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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-07  8:44 [Bug libstdc++/22339] New: iconv functions not found by libstdc++v3 configure 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
     [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

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).