From: xyzzy AT snafu DOT fubar (Roger) Newsgroups: comp.os.msdos.djgpp Subject: Re: LD looks at zip drive Date: Tue, 30 Dec 1997 18:02:43 GMT Message-ID: <34aa0925.37174269@news.dircon.co.uk> References: <3481D587 DOT 5A03 AT netunlimited DOT net> <19971229043201 DOT XAA20808 AT ladder01 DOT news DOT aol DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 194.112.52.102 Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On 29 Dec 1997 04:32:50 GMT, myknees AT aol DOT com (Myknees) wrote: >I write something in RHIDE, I compile it, and then when it is linking, when LD >is running, everything stops...after a while my zip drive starts up (after >being in "sleep" mode), and then linking finishes. From then on, linking >happens without the zip drive being consulted. The following string appears in GNU ld 2.8.1 (the offset is from the beginning of the file): 0x03C77C e:/djgpp/i386-pc-msdosdjgpp/lib Changing the e: to c: "cured" it for me! (The directory does not actually exist; ld finds out this quickly and gets on looking in its other places.) HTH -- Roger