From: wajnberg AT antibes DOT inra DOT fr (Eric Wajnberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: stub.h & stub.exe Date: Thu, 3 Jul 2003 11:57:42 +0000 (UTC) Organization: I.N.R.A. Antibes (France) - Ecologie des Parasitoides Lines: 38 Message-ID: References: NNTP-Posting-Host: antibes.inra.fr X-Trace: saphir.jouy.inra.fr 1057233462 1889 195.221.33.1 (3 Jul 2003 11:57:42 GMT) X-Complaints-To: usenet AT news DOT inra DOT fr NNTP-Posting-Date: Thu, 3 Jul 2003 11:57:42 +0000 (UTC) X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) wrote: : Eric Wajnberg wrote: : > I am now getting regularly several files my_file.000, my_file.001, : > my_file.002, etc., all of about 390 ko. : Those are temporary files created by 'stubify.exe', I think. That's : the program that turns the program image file created by the linker : into an executable runnable by DOS. : This points at some possible reasons: : 1) Incompatible tool versions. Make sure your djdev, gcc and binutils : package versions are known to work together correctly. If in doubt, : report them here (send the actual contents of manifest/*.mft files), : and/or the output of "dir manifest" from the DJGPP main directory. I do not think this is the explanation. I install all of these files the same day using the "zip picker" on the djgpp web site. : 2) Some security software running on your machine running amok. If you : have a virus scanner or other running on your machine, please test if : you still get those orphan files while it's disabled. No security softwares running permanently on my machine. The strange thing is that I am not getting those files all the times. Most of the time, I do not have them. Anyway, what I understand is that I can delete them without any problem, and there are not appearing because there are problems in my code. This is already something important (for me). Thanks, anyway. Best, Eric.