Mail Archives: djgpp/2000/11/16/07:57:36
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.)
- Raw text -