Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: Chris Faylor <cgf@cygnus.com>
Date: Sat, 1 Jul 2000 17:16:17 -0400
To: cygwin@sourceware.cygnus.com
Subject: Re: arpa/nameser.h
Message-ID: <20000701171617.A18419@cygnus.com>
Reply-To: cygwin@sourceware.cygnus.com
Mail-Followup-To: cygwin@sourceware.cygnus.com
References: <4.3.1.2.20000701160049.00b9fa70@cc03.cc.ec-lyon.fr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2i
In-Reply-To: <4.3.1.2.20000701160049.00b9fa70@cc03.cc.ec-lyon.fr>; from timothee.besset@ecl1999.ec-lyon.fr on Sat, Jul 01, 2000 at 04:05:03PM -0500

On Sat, Jul 01, 2000 at 04:05:03PM -0500, Timothee Besset wrote:
>I'm trying to port a nice IRC client to cygwin, originally written on
>FreeBSD, works fine on every unixes I've tried (FreeBSD, linux, IRIX
>and solaris).
>
>But on cygwin it doesn't find the arpa/nameser.h header.  Is there a
>reason why this one is missing?  Is it replaced by another one?  What
>should I do to work around the problem?
>
>I found this thread in the archive:
>http://sourceware.cygnus.com/ml/cygwin/2000-05/msg00676.html but it
>doesn't have any follow ups..

Most of the time when someone says "Why isn't this header available?"
the answer is pretty simple.  It just isn't there because no one has
contributed it.

The standard method for determining if another header has the needed
declarations would be to use "grep" to search for the declarations that
you are missing.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

