Date: Thu, 16 Nov 2000 14:55:02 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Jake cc: djgpp AT delorie DOT com Subject: Re: I need your Help In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 15 Nov 2000, Jake wrote: > C:\DJGPP\BIN\LD.EXE: cannot open e:\cc1S7Sbw.: No such file or directory This means the linker cannot access a temporary file. > I looked through the FAQ's and did find what was causeing the problem That's because nobody had this problem before ;-) > DEVICE=C:\WINDOWS\ramdrive.SYS 8000 /E > set TMPDIR=e:\ Does it help if you remove the last line which sets TMPDIR and reboot? In any case, please add -v to the compilation command line and post here everything that is printed by the compiler. (You might want to redirect it to a file using the REDIR utility, since the compiler output is very voluminous.)