From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1882 Path: news.gmane.org!not-for-mail From: =?ISO-8859-2?Q?Daniel_Cegie=B3ka?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: documenting musl Date: Sat, 8 Sep 2012 15:12:04 +0200 Message-ID: References: <20120908024006.GA5937@brightrain.aerifal.cx> <20120907233658.2eb8ee1a@newbook> <20120908114828.GA67571@intma.in> <20120908124723.GA68331@intma.in> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1347109959 9007 80.91.229.3 (8 Sep 2012 13:12:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Sep 2012 13:12:39 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1883-gllmg-musl=m.gmane.org@lists.openwall.com Sat Sep 08 15:12:42 2012 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 1TAKq0-0007hN-Ek for gllmg-musl@plane.gmane.org; Sat, 08 Sep 2012 15:12:40 +0200 Original-Received: (qmail 20296 invoked by uid 550); 8 Sep 2012 13:12:36 -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 20282 invoked from network); 8 Sep 2012 13:12:36 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=EI/vITmEn8TGy7uvR6GouzeGg2zf3zx9b1SNu/IjxBk=; b=hjfQMCvzSyEiuba5ANvhIg+aMflcGlTIlEfAzs0e0p7jAZ+xCd0d1IRTroOhs3c8OA 42YnKw8NmgNF3+k/y/RBrLQeqVyKYvjgY66f1A9o/LQBkOUtW8KPtTFkkLfXb/IHfDMJ /CHwBTMcXEqQ7BWkIUr8qxcu0b8XNYL1AHcSNjWmltfRvlBdeVrebtvz5Lzwc7d/WsTI +4AuHPwmIR0BJwiGyfzqnTjPaJAvJtvtL8c82Q6kSbYOTFir+Td8XX0b0lgsIIGGSSb8 ULHs00fXwgTAXgBZcG2GZdact7IzjVxdc2lth/Y/lONu8nrkvZ4Jlgfm3x4xW4txMQcK vZSQ== In-Reply-To: <20120908124723.GA68331@intma.in> Xref: news.gmane.org gmane.linux.lib.musl.general:1882 Archived-At: 2012/9/8 Kurt H Maier : >> Daniel > > Now you're doing it. There are dozens of other roff implementations, > such as the one that comes with 9base, or the heirloom doctools, etc. > Why does everyone who uses mandoc ignore everything but groff? # pwd /tmp/9base-307800d4a01f # head -n 3 troff/Makefile # mk - mk unix port from plan9 # Depends on ../lib9 # make 9base build options: CFLAGS = -c -I. -DPLAN9PORT -DPREFIX="/usr/local/plan9" -D_GNU_SOURCE LDFLAGS = -static CC = cc make[1]: Entering directory `/tmp/9base-307800d4a01f/lib9' CC dirread.c dirread.c: In function 'mygetdents': dirread.c:33:2: error: implicit declaration of function 'getdirentries' make[1]: *** [dirread.o] Error 1 make[1]: Leaving directory `/tmp/9base-307800d4a01f/lib9' make: *** [all] Error 2 lib9? I don't know how lib9 is compatible with the musl... regards, Daniel