From: "Joe Toth" Newsgroups: comp.os.msdos.djgpp References: <5fsliskch39r9f3sdm0m29vasnmfhe33rg AT 4ax DOT com> Subject: Re: More Dumb Newbie Questions Lines: 20 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: Date: Wed, 24 May 2000 10:32:34 -0500 NNTP-Posting-Host: 138.111.168.64 X-Complaints-To: news-admin AT qwestip DOT net X-Trace: wdc-read-01.qwest.net 959182634 138.111.168.64 (Wed, 24 May 2000 09:37:14 MDT) NNTP-Posting-Date: Wed, 24 May 2000 09:37:14 MDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Ghostwheel" wrote in message news:nXRW4.28074$T41 DOT 679841 AT newsread1 DOT prod DOT itd DOT earthlink DOT net... > Yes. I have now gotten it to the point where I can compile it. Then I > choose 'make' and this goes well also. I run into a problem when I try to > link tho. It says "can't find .o" (which should be created by > executing 'make', right?). Is the there really a .c or .cpp file available? Do not enter any
.h names in the project file list. That could be your problem. Doing this will compile fine, but will cause a failure on the link that appears the same as your error. Joe Toth