Date: 13 Aug 2003 10:08:49 +0200 Message-Id: From: Eli Zaretskii To: =?iso-8859-1?q?cyril=20cayla?= CC: djgpp AT delorie DOT com In-reply-to: <20030813063149.99716.qmail@web20802.mail.yahoo.com> (message from =?iso-8859-1?q?cyril=20cayla?= on Wed, 13 Aug 2003 08:31:49 +0200 (CEST)) Subject: Re: little problem References: <20030813063149 DOT 99716 DOT qmail AT web20802 DOT mail DOT yahoo DOT com> 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: Wed, 13 Aug 2003 08:31:49 +0200 (CEST) > From: =?iso-8859-1?q?cyril=20cayla?= > > I was using MINGW to create some C executables for PCs > (all my work is done under UNIX). When I tried to Use > the TIFF library MINGW showed its limits that’s why I > installed DJGPP. I compile and link and everything > works perfectly under DOS. Alas, when I try to run my > prog.exe from a perl code (system (prog) ) > everything crashes What is the main differences > between a executable created by MINGW (which worked) > and the one created by DJGPP? How can I fix my > problem? DJGPP produces a different type of executable that MinGW, but that shouldn't prevent it from running under Perl. Anyway, your message doesn't tell enough details to try to analyze the problem. Please post how exactly ``everything crashes'' (what messages do you see when it does--please paste the exact full text from the screen into your message), and what command string, exactly, is an argument to Perl's `system' function.