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 Message-ID: <6eee1c40412271935791eb234@mail.gmail.com> Date: Tue, 28 Dec 2004 09:05:18 +0530 From: Vadiraj Reply-To: Vadiraj To: cygwin AT cygwin DOT com Subject: Re: nl_types not present In-Reply-To: <200412271758.29957.dimir@rul0r.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <6eee1c4041227003214a84559 AT mail DOT gmail DOT com> <200412271758 DOT 29957 DOT dimir AT rul0r DOT com> X-IsSubscribed: yes > 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. I guess yes, that is the only option left now. Thank you. -- cheers, Vadi -- 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/