From: "Jake" Newsgroups: comp.os.msdos.djgpp Subject: I need your Help Lines: 26 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Wed, 15 Nov 2000 21:39:27 GMT NNTP-Posting-Host: 64.89.13.207 X-Trace: news 974324367 64.89.13.207 (Wed, 15 Nov 2000 16:39:27 EST) NNTP-Posting-Date: Wed, 15 Nov 2000 16:39:27 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com When I type this at the DOS command promt "gcc floor.c -o floor.exe -lm". I get the following error message C:\DJGPP\BIN\LD.EXE: cannot open e:\cc1S7Sbw.: No such file or directory collect2: ld returned 1 exit status I just installed DJGPP today. I looked through the FAQ's and did find what was causeing the problem Drive E: is Is My 8MB Ram Drive I got the following text in my Autoexec.bat file set DJGPP=C:\DJGPP\DJGPP.ENV set PATH=C:\DJGPP\BIN;%PATH% doskey config.sys DEVICE=C:\WINDOWS\HIMEM.SYS DEVICE=C:\WINDOWS\ramdrive.SYS 8000 /E set TMPDIR=e:\ Can someone Help me?