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. -- [EMAIL PROTECTED] -- 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/