From: "Βλάσης Χατζησταύρου" Newsgroups: comp.os.msdos.djgpp Subject: compile errors Date: Wed, 4 Nov 1998 02:28:57 +0200 Organization: Central Computing Facility, Aristotle University of Thessaloniki Lines: 24 Message-ID: <71o6tk$8hb$1@evia.ccf.auth.gr> NNTP-Posting-Host: pythia-ppp7.ccf.auth.gr X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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. Not to mention that the files iostream.h and streambuf.h are in the appropriate directory in my hard drive. I would really appreciate it if someone could help me. Thanks, Vlasis.