Message-id: Date: Fri, 18 May 2001 11:29:40 +0300 Subject: Re(2): spawn() problem. To: eliz AT is DOT elta DOT co DOT il Cc: djgpp AT delorie DOT com From: "NirinaMichel Ratoandromanana/DF" References: <3405-Fri18May2001104125+0300-eliz AT is DOT elta DOT co DOT il> In-Reply-To: <3405-Fri18May2001104125+0300-eliz@is.elta.co.il> MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Reply-To: djgpp AT delorie DOT com eliz AT is DOT elta DOT co DOT il a écrit: >Please show a short test program which exhibits the problem. It is >impossible to help you without seeing the code which fails. if (spawnvp(P_WAIT, "gcc", NULL) == -1) printf ("spawn...() error!\n"); What's wrong? When I installed djgpp, I used the unzip32 tool provided in the ftp directory and my system is windows nt 4.0. I use RHIDE perfectly and gcc produces the .exe file but it fails at the spawn.. execution with code 8. Thank you for your interrest. >