This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: nl_types not present


On Monday 27 December 2004 10:32, Vadiraj wrote:

Hi,

>   I have a application that uses nl_types functions, catopen, catgets,
> catclose. But, cygwin does not have these functions. I see these functions
> are provided by libnls. Googled it but, was unsuccessful.
>
>  Can any one help me to get these functions?

These are part of a C library, defined in nl_types.h . Maybe these catalogue 
functions were left out when porting C library to cygwin.

Anywhay, I think one solution is to make a wrapper. Compile a library with 
these functions taken from the GNU C library sources and use it.

-- 
[vl@dimir]#

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]