From: 74372 DOT 3316 AT compuserve DOT com (David Loose) Newsgroups: comp.os.msdos.djgpp Subject: Linker Troubles With Version 2.01 Date: Thu, 14 Nov 1996 02:41:00 GMT Organization: CompuServe Incorporated Lines: 22 Message-ID: <56dmbu$8ir@hil-news-svc-5.compuserve.com> NNTP-Posting-Host: hd44-221.compuserve.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I am new to prgramming. I downloaded DJGPP version 2.01. I am having problems with the lp.exe program. I am pretty sure that is the linker. I get the following error when I try to compile a hello world program. c:\djgpp\bin/ld.exe: cannot open crt0.o: No such file or directory (ENOENT) This is my source: #include void main() { cout << "Hello World!"\n; } Any help would be greatly appreciated. An email response is preferred. ...David Loose...