Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
From: Vladimir Levijev <dimir@rul0r.com>
To: cygwin@cygwin.com
Subject: Re: nl_types not present
Date: Mon, 27 Dec 2004 17:58:29 +0200
User-Agent: KMail/1.7
References: <6eee1c4041227003214a84559@mail.gmail.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@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/

