Sender: nate AT cartsys DOT com Message-ID: <363FDA36.57D44D5C@cartsys.com> Date: Tue, 03 Nov 1998 20:38:14 -0800 From: Nate Eldredge X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.35 i486) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: compile errors References: <71o6tk$8hb$1 AT evia DOT ccf DOT auth DOT gr> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Reply-To: djgpp AT delorie DOT com Βλάσης Χατζησταύρου wrote: > > Hello, > I just got the c++ compiler and I tried to compile some sample > programs that I got. > I typed: g++ -x message.cpp -o message.exe, but I get the message: > c:/djgpp/bin/ld.exe: cannot open crtf.o: No such file or directory (ENOENT) > > If I try g++ -x c++ message.cpp -o message.exe, I get: > c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory > (ENOENT) > > I checked the faq, and it says to download the > lgb271b.zip file from somewhere, but this file is not there. Have you the latest version of the FAQ (2.11)? These are addressed in chapter 8, especially sections 8.1 and 8.2. Probably you need to fix your environment settings (especially DJGPP and LFN); see README.1ST. lgp271b.zip goes with an older version of GCC and has been superseded. > Not to mention that the files iostream.h and streambuf.h are in the > appropriate > directory in my hard drive. -- Nate Eldredge nate AT cartsys DOT com