tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Porting NetBSD make to Interix



The problem you refer to looks identical to one recently fixed for 
SunOS and their compiler.  

If you are using bmake, simply define FORCE_POSIX_SIGNALS.

The problem is that make is using both sigaction() and signal().
On NetBSD this does not matter but on system V'sh systems, it will
result in missing SIGCHLD.

If you want to build native NetBSD make you will need to edit util.c
and add something such that the signal function that wraps sigaction is
compiled for your system.

--sjg


Home | Main Index | Thread Index | Old Index