|
Message-ID: <20120516160512.6cbfb912@newbook> Date: Wed, 16 May 2012 16:05:12 -0700 From: Isaac Dunham <idunham@...abit.com> To: musl@...ts.openwall.com Subject: Re: SIG_* in signal.h On Thu, 17 May 2012 00:12:27 +0200 Szabolcs Nagy <nsz@...t70.net> 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
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.