Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Subject: Missing search.h in /usr/include To: cygwin AT cygwin DOT com From: "Enrico Spinielli" Date: Mon, 8 Oct 2001 18:00:19 +0200 Message-ID: X-MIMETrack: Serialize by Router on CVDGWY01/S/EXT/MC1(Release 5.0.8 |June 18, 2001) at 08/10/2001 17:00:40 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Hi, I am having problems compiling a set of simple C programs for manipulating HTML and XML, html-xml-utils-2.1.tar.gz from W3C [1] . The platform I am working on is as follows (result of 'uname -a'): CYGWIN_NT-4.0 GEPC4223 1.3.3(0.46/3/2) 2001-09-12 23:54 i686 unknown The errors I got are related to include where search.h is an include file for tsearch, tfind, tdelete, twalk which are functions for managing binary search trees [2]. Usually you can find it in /usr/include (at least on a Sun Server I am workin on) I thought these functions where part of standard C library and I am wondering why they are not part of cygwin distribution (maybe as part of gcc?). Any help/idea? Thank you in advance Bye Enrico [1] http://www.w3.org/Tools/HTML-XML-utils/ [2] http://www.opengroup.org/onlinepubs/7908799/xsh/tsearch.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/