Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: Vladimir Levijev To: cygwin AT cygwin DOT com Subject: Re: nl_types not present Date: Mon, 27 Dec 2004 17:58:29 +0200 User-Agent: KMail/1.7 References: <6eee1c4041227003214a84559 AT mail DOT gmail DOT com> In-Reply-To: <6eee1c4041227003214a84559@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412271758.29957.dimir@rul0r.com> X-IsSubscribed: yes 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 AT 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/