delorie.com/archives/browse.cgi | search |
From: | "Michael Allison" <michael DOT allison2 AT sympatico DOT ca> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Eradicating djgpp W2000 problem |
Lines: | 25 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Newsreader: | Microsoft Outlook Express 5.50.4133.2400 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
Message-ID: | <wkbm6.226404$Pm2.3670275@news20.bellglobal.com> |
Date: | Sun, 25 Feb 2001 17:32:12 GMT |
NNTP-Posting-Host: | 216.209.119.164 |
X-Trace: | news20.bellglobal.com 983122332 216.209.119.164 (Sun, 25 Feb 2001 12:32:12 EST) |
NNTP-Posting-Date: | Sun, 25 Feb 2001 12:32:12 EST |
Organization: | Sympatico |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Let's constructively try to come up with the absolute minimum set of two programs that can cause the problem to occur, as a start to understanding it. Debugging it using GNU Make is too daunting, so if we build a set of minimal C problems to force it to happen, we might get someplace. To start with: - It only happens when you nest djgpp programs. That implies that we need an outer program, that calls another, which calls another. Will that get us the required number of nesting levels? - What type of calls are used to load and execute the nested programs (what does GNU-Make use for instance). We'll add those to the contrived programs, to accomplish the nesting. Anything else to get us started?
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |