From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/831 Path: news.gmane.org!not-for-mail From: Isaac Dunham Newsgroups: gmane.linux.lib.musl.general Subject: Re: SIG_* in signal.h Date: Wed, 16 May 2012 16:05:12 -0700 Message-ID: <20120516160512.6cbfb912@newbook> References: <20120516221227.GV17860@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1337209530 31667 80.91.229.3 (16 May 2012 23:05:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 May 2012 23:05:30 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-832-gllmg-musl=m.gmane.org@lists.openwall.com Thu May 17 01:05:29 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 1SUnHc-0007vC-Vl for gllmg-musl@plane.gmane.org; Thu, 17 May 2012 01:05:29 +0200 Original-Received: (qmail 22435 invoked by uid 550); 16 May 2012 23:05: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 22426 invoked from network); 16 May 2012 23:05:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=m1NMrdi1qwg3Hx+KF6qu7mG6lEceCs03YdbjOj/KloKnTSLFvNwEOObQw+0Sb0bnA+vex/3uGUBJ/axhnaKSkSwgeK1Liiw5cqA+Kv5Wv1tvV2fIvVZyrcgr9Xc/TQhQMV1IcYXcyf7I7sfaK+9MFgxxQpolBYihqKy+CjbnWlI=; h=Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; In-Reply-To: <20120516221227.GV17860@port70.net> X-Mailer: Claws Mail 3.7.4 (GTK+ 2.20.1; i486-pc-linux-gnu) Xref: news.gmane.org gmane.linux.lib.musl.general:831 Archived-At: On Thu, 17 May 2012 00:12:27 +0200 Szabolcs Nagy wrote: > i just tried to compile pcc using musl > and it failed because SIG_IGN was undefined > > it seem SIG_ING, SIG_ERR, SIG_DFL are ifdefed > with various featuretest macros in signal.h > eventhough they are ansic > Not what stopped it for me: /opt/musl/bin/pcc -std=c99 -ffreestanding -nostdinc -D_XOPEN_SOURCE=700 -I./src/internal -I./include -I./arch/i386 -Os -pipe -O2 -c -o src/complex/__cexp.o src/complex/__cexp.c src/complex/__cexp.c, line 72: operands of CAST have incompatible types src/complex/__cexp.c, line 73: operands of CAST have incompatible types make: *** [src/complex/__cexp.o] Error 1