Date: Fri, 18 May 2001 10:41:26 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "NirinaMichel Ratoandromanana/DF" Message-Id: <3405-Fri18May2001104125+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (n DOT ratoandromanana AT bni DOT mg) Subject: Re: spawn() problem. References: Reply-To: djgpp AT delorie DOT com 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 > Date: Fri, 18 May 2001 07:29:34 +0300 > From: "NirinaMichel Ratoandromanana/DF" > > I've just installed the last version of djgpp 2.03 precisely. I tried to > run a child process with spawn() and I've got the execution error 8: > ECHILD; Note that the same code runs perfectly with the old TurboC > compiler. Please show a short test program which exhibits the problem. It is impossible to help you without seeing the code which fails. In general, spawn works reliably for many years. In fact, when you compile your programs, GCC uses that function all the time.