Subject: Re: HP-UX
To: None <tech-pkg@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 03/12/2007 18:46:21
On Mon, Mar 12, 2007 at 06:30:51PM +0100, Adrien Auzanneau wrote:
> cc -I. -I. -g -DHAVE_CONFIG_H -c bits.c
> (Bundled) cc: warning 480: The -g option is available only with the C/
> ANSI C product; ignored.
It's just that -- a warning.
> H=\"/usr/pkg/share/mk\" -c /sbt1/adrien/wrk/pkgsrc/bootstrap/work/
> bmake/sigcompat.c
> /sbt1/adrien/wrk/pkgsrc/bootstrap/work/bmake/sigcompat.c:272: error:
> conflicting types for 'sigpause'
> /usr/include/sys/signal.h:300: error: previous declaration of
> 'sigpause' was here
What does that file contain for sigpause?
Joerg