From: Erik Berglund Newsgroups: comp.os.msdos.djgpp Subject: Where can I find crtf.o? Lines: 26 Message-ID: Date: Fri, 25 Feb 2000 10:03:56 GMT NNTP-Posting-Host: 194.237.157.215 X-Complaints-To: abuse AT telia DOT com X-Trace: newsb.telia.net 951473036 194.237.157.215 (Fri, 25 Feb 2000 11:03:56 CET) NNTP-Posting-Date: Fri, 25 Feb 2000 11:03:56 CET Organization: Telia Internet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all, When I try to compile the program below: #include int main() { cout << "Hello world" << endl; return(0); } the linker complains about not being able to find "crtf.o": C:\DJGPP2\BIN>gxx -o hello.exe hello.c c:/djgpp/bin/ld.exe: cannot open crtf.o: No such file or directory (ENOENT) Does anyone know in which .zip-file I can find crtf.o? Or maybe there is an installation error? Thanks in advance, Erik Berglund erik2 DOT berglund AT telia DOT com