Date: Sun, 2 Mar 1997 12:30:40 +0200 (IST) From: Eli Zaretskii To: Ruiter de M cc: djgpp AT delorie DOT com Subject: Re: LD hangs!!!! In-Reply-To: <5f6l5i$5t4@star.cs.vu.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 28 Feb 1997, Ruiter de M wrote: > Why is my D:(drive-1) waken up so rudimentary(sp?)? > Why does LD access D: when it doesn't have to? You will have to investigate some more if you are really annoyed by this. If you can see which DOS calls are made that reference drive D:, this would help understand which part of `ld' makes these calls. `ld' is built from a few very large libraries, and it is very hard to guess where exactly is drive D: referenced without some hints. Btw, does this happen with `ld' only, or with other DJGPP programs as well?