X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 13 Mar 2008 15:09:48 -0400 Message-Id: <200803131909.m2DJ9mQV014331@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <000901c8852a$4cb610a0$2102a8c0@telecobbelden> Subject: Re: spawnl mode=P_OVERLAY References: <000901c8852a$4cb610a0$2102a8c0 AT telecobbelden> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I don't think P_OVERLAY works with djgpp; it just spawns it the regular way. The solution is to have one "control" program that spawns the various children, which communicate back with the parent about who needs to run next.