From: wajnberg AT antibes DOT inra DOT fr (Eric Wajnberg) Newsgroups: comp.os.msdos.djgpp Subject: stub.h & stub.exe Date: Tue, 1 Jul 2003 14:00:28 +0000 (UTC) Organization: I.N.R.A. Antibes (France) - Ecologie des Parasitoides Lines: 29 Message-ID: NNTP-Posting-Host: antibes.inra.fr X-Trace: saphir.jouy.inra.fr 1057068028 26386 195.221.33.1 (1 Jul 2003 14:00:28 GMT) X-Complaints-To: usenet AT news DOT inra DOT fr NNTP-Posting-Date: Tue, 1 Jul 2003 14:00:28 +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 Dear all, I recently upgraded to the lastest djgpp version, on Windows 98. I am developing a C-code in a file my_file.c, leading to a my_file.exe. I am now getting regularly several files my_file.000, my_file.001, my_file.002, etc., all of about 390 ko. In it, it is written things like: stub.h generated from stub.asm by djasm, on Mon Dec 24 21:21:52 2001 The STUB.EXE stub loader is Copyright (C) 1993-1995 DJ Delorie. Permission granted to use for any purpose provided this copyright remains present and unmodified. This only applies to the stub, and not necessarily the whole program. $Id: stub.asm built 12/24/01 21:21:52 by djasm $ @(#) stub.asm built 12/24/01 21:21:52 by djasm etc... What are these files? How I can get rid of them? What are these stub.h & stub.exe? Thanks for any help on that. best, Eric.