From: "LTJ" Newsgroups: comp.os.msdos.djgpp Subject: DFE95: "Easy solution..." Date: 7 Jul 1998 11:08:53 GMT Organization: University of Bergen, Norway Lines: 26 Message-ID: <01bda997$935f63e0$e98ab181@alf.uib.no> NNTP-Posting-Host: oppringt-233.ppp.uib.no To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk ... but can I solve the problem? No. Well, I'm a lousy programmer. I can't even get the DFE95 to work right. When I try to compile in DFE95: //file name test.cpp #include void main (void) { cout << "Hello!" << endl; } ... I get: gcc.exe: ..\test.cpp: No such file or directory (ENOENT). I know that message occur when I manually type "gcc -c test.cpp" from DOS and eg. type the wrong name. I also think that I have set all the Options, Program Path in the DJGPP right. Someone have a clue? Thanks a lot LTJ