From: pavenis AT lanet DOT lv Message-ID: To: "Tom Macie" , djgpp AT delorie DOT com Date: Wed, 25 Aug 1999 12:33:30 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: trouble linking In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12a) Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Do one of the following: 1) use gpp.exe instead of gxx.exe 2) install libg++ binary archive (choose archive that corresponds gcc version You have On 25 Aug 99, at 0:48, Tom Macie wrote: > 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"< cin.ignore(); > > return 0; > } > > >