From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6131 Path: news.gmane.org!not-for-mail From: Paul Alfille Newsgroups: gmane.linux.lib.musl.general Subject: tdestroy Date: Tue, 9 Sep 2014 14:29:36 -0400 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0163412c7fd67c0502a6208c X-Trace: ger.gmane.org 1410287438 24539 80.91.229.3 (9 Sep 2014 18:30:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2014 18:30:38 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6144-gllmg-musl=m.gmane.org@lists.openwall.com Tue Sep 09 20:30:33 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XRQBR-00006T-GH for gllmg-musl@plane.gmane.org; Tue, 09 Sep 2014 20:30:29 +0200 Original-Received: (qmail 13766 invoked by uid 550); 9 Sep 2014 18:30:28 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 13754 invoked from network); 9 Sep 2014 18:30:28 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=CT+rYHuftmEvaQQThVn7Jskn6MTDBzpAyalXSsV40yM=; b=KvOAdgyOCbXI6QnGiysBd+C5/3Kn6NICjt4dsbsTSEatI0t2ktqvc5u4CjLGVMjqGC TIaqSg5MCQ4c69nSKfcTH5F9R3UvteYT2DBd2d6VEVaigHPUcX+b4PJJCepTBBn/Tr42 y5r5Y6nUyP542hJn9Md48tN9EcMsMoLGooEG4wJW8q1yRzDPzwHcciu0QBuqQsg/oXen 3hkukyNIICk//HvoGUSlZfo0LPL6hlM7E7yUudLxoR1AwnknOfQzD5JNLt5mfqt5rqml CRnE40mxyF31eSemnWjwYZjEL73Sq6fVhhotJSmiOQ2uStTSFX7lnBxRe7n9B9YrZpCP w3Wg== X-Received: by 10.220.49.10 with SMTP id t10mr16185184vcf.34.1410287416627; Tue, 09 Sep 2014 11:30:16 -0700 (PDT) Xref: news.gmane.org gmane.linux.lib.musl.general:6131 Archived-At: --089e0163412c7fd67c0502a6208c Content-Type: text/plain; charset=UTF-8 One of my users is trying to build by program OWFS (http://owfs.org http://sf.net/projects/owfs) using mucl libc. The only problem he has found is tdestroy -- part of the tfind/tsearch/twalk/tdelete binary tree implementation. tdestroy is a GNU extension. I have an alternative implementation to tdestroy that is triggered by HAVE_TDESTROY created by autoconf / automake. Apparently the macro AC_CHECK_FUNCS([twalk tsearch tfind tdelete tdestroy]) doesn't find tdestroy is missing in mucl. So my questions are: 1. Is there a fix to the configuration -- either a recommended way to add special cases for mucl of a fix for the detection? 2. Any chance you could add tdestroy? Paul Alfille --089e0163412c7fd67c0502a6208c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
One of my users is trying to build by program OWFS (http://owfs.org http://sf.net/projects/owfs) using mucl libc. The only problem h= e has found is tdestroy -- part of the tfind/tsearch/twalk/tdelete binary t= ree implementation. tdestroy is a GNU extension.

I have = an alternative implementation to tdestroy that is triggered by HAVE_TDESTRO= Y created by autoconf / automake.

Apparently the m= acro=C2=A0
AC_CHECK_FUNCS([twalk tsearch tfind tdelete tdest= roy])

doesn't find tdestroy is missing i= n mucl.

So my questions are:
1. Is there= a fix to the configuration -- either a recommended way to add special case= s for mucl of a fix for the detection?
2. Any chance you could ad= d tdestroy?

Paul Alfille

=
--089e0163412c7fd67c0502a6208c--