From: "Jörgen Jones" Newsgroups: comp.os.msdos.djgpp Subject: what to do? Date: Tue, 31 Mar 1998 15:44:59 +0200 Organization: UMDAC Lines: 19 Message-ID: <6fqs5g$jd0$1@studium.student.umu.se> NNTP-Posting-Host: a110.sek.slu.se To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi! This is the first time i use djgpp. I've done a c++ program text.cc and want to compile it. I write in a dos-window (in the c:\djgpp\bin - directory): gcc -c -Wall text.cc Then it doesnt compile. It say: gcc.exe: installation error, cannot exec 'cpp'. No such file or directory (ENOENT). What is wrong? I've changed in autoexec.bat and in the djgpp.env file. /Jorgen