You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2008/03/16 03:26:24 UTC

[jira] Closed: (STDCXX-23) [Cygwin] messages.cpp needs catopen, catgets etc

     [ https://issues.apache.org/jira/browse/STDCXX-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov closed STDCXX-23.
-------------------------------

    Resolution: Cannot Reproduce

Closing the issue since libcatgets is available on Cygwin. As for the Mac OS X and MinGW it should be another issue if this actual on these platfiorms.

> [Cygwin] messages.cpp needs catopen, catgets etc
> ------------------------------------------------
>
>                 Key: STDCXX-23
>                 URL: https://issues.apache.org/jira/browse/STDCXX-23
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: 22. Localization
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4
>         Environment: Cygwin
>            Reporter: Lance Diduck
>            Assignee: Farid Zaripov
>            Priority: Trivial
>             Fix For: 4.2.1
>
>
> http://sources.redhat.com/ml/cygwin/2004-04/msg00679.html shows that libc does not have catopen, catgets, etc. Library compiles but does not link. 
> A recent thread (Jun 2005) discusses adding "libcatgets" http://blog.gmane.org/gmane.os.cygwin.applications/month=20050601 
> There are at least these approaches:
> 1. Implement the missing stuff ourselves
> 2. Implement messages.cpp in terms of the underlying Windows messaging subsystem (i.e. FormatMessage, etc)
> 3. Require libcatgets , change build 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.