From: S Prasad Newsgroups: comp.os.msdos.djgpp Subject: Please Help Date: Wed, 25 Feb 1998 16:56:27 -0500 Organization: Ameritech Interactive Media Services, Inc. Lines: 7 Message-ID: <34F4938B.AE7AC084@ameritech.net> Reply-To: aangels AT ameritech DOT net NNTP-Posting-Host: dyn4-tnt2-111.detroit.mi.ameritech.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk After running GCC -c first.c (ver 2.x)it compiles, and I come back to the DOS prompt. Then, I link it with GCC -o first.exe first.c, and it gives me the error message: "ld.exe: cannot open crt0.o: No such file or directory (ENOENT)" Anyone know what's wrong?