Date: Sun, 29 Mar 1998 14:22:06 +0300 (IDT) From: Eli Zaretskii To: Leonid Pauzner cc: djgpp AT delorie DOT com Subject: Re: DJGPP on drive c: and sources on drive d: PROBLEM In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 28 Mar 1998, Leonid Pauzner wrote: > My sources tree located on another local drive, no network. > I use makefile so I cannot start gcc manually. Maybe this > can help you, one of makefile.dos begins with the following > lines: Sorry, still not enough info. Posting random excerpts from Makefiles won't help. What is needed is the shortest and simplest *full* Makefile you can throw together which exhibits the problem on your system. Failing that, post your full Makefile, or at least the part of the Makefile that fails. Also, please redirect Make's stdout and stderr to a file and post everything it prints during a run. In my experience, when switching drives breaks things, it usually means that you have some system configuration problem. So posting your CONFIG.SYS, AUTOEXEC.BAT and the output of the command "set" typed from the DOS prompt is probably a good idea as well.