From: pyropete AT geocities DOT com (Pete) Newsgroups: comp.os.msdos.djgpp Subject: Newbie error question! Date: Wed, 9 Jul 1997 12:42:01 -0400 Organization: GameForge Lines: 14 Message-ID: NNTP-Posting-Host: user-37kb94f.dialup.mindspring.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello all, I'm just getting started with c++, I got M$VC++ and found that I didn't have that kind of HD space, so I found DJGPP. I'm getting it running now, and wrote my first little "Hello world!" program... It compiles, I created the makefile, and tried to make it. Well, I got an error, can any of you help me? Error: ld.exe: cannon open crt0.o: No such file or directory (ENOENT) I checked, that file is in the lib\ directory. I was running it in a win95 dos prompt if that makes a difference. Thanks much in advance, and please reply by email too. -Pete PS: the program is just this: cout << "Hello World!";