From: "Tom Macie" Newsgroups: comp.os.msdos.djgpp Subject: trouble linking Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Wed, 25 Aug 1999 00:48:04 -0400 NNTP-Posting-Host: 209.166.129.150 X-Complaints-To: abuse AT stargate DOT net X-Trace: news.sgi.net 935556455 209.166.129.150 (Wed, 25 Aug 1999 00:47:35 EDT) NNTP-Posting-Date: Wed, 25 Aug 1999 00:47:35 EDT Organization: Stargate Industries, LLC To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com The following program compiles ok, but when I try to link it i get an error that says c:/djgpp/bin/ld.exe: cannot open -lgpp: No such file or directory (ENOENT). Any help would be greatly appreciated. #include int main() { cout<<"Hello WOrld"<