From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: LD looks at zip drive Date: Tue, 30 Dec 1997 17:45:38 +0100 Organization: none provided Lines: 29 Message-ID: <34A92532.88FD23E5@gmx.net> References: <3481D587 DOT 5A03 AT netunlimited DOT net> <19971229043201 DOT XAA20808 AT ladder01 DOT news DOT aol DOT com> NNTP-Posting-Host: isdn37.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk For all the user which have problems with accessing not wanted drives when ld.exe is running: Please use a simple hello-world program and do the following steps: gcc -c hello.c -o hello.o gcc -o hello.exe hello.o -Xlinker --verbose > log Now examine the file ´log´ which contains all the files, which ld tried to open. If there is somewhere your interested drive in one of the paths you should try to figure out why ld tried to access that file. If you have no clue about this, so please post the file ´log´ together with your djgpp.env and an output of the set-command. (if you are using RHIDE posting here a bug-reporte created by RHIDE might be usefull too) Normally (as Eli already tried to mention more than once!!) ld does not access randomly some drives. If it does, there is probably a misconfiguration of you which you should explain a little bit more detailed to get a usefull help. Robert -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************