From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: , a bug or my idiocy? Date: Thu, 21 May 1998 23:06:26 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 32 Message-ID: <3564EBB2.7CC4@cs.com> References: <3564FDA0 DOT 2375825D AT postino DOT up DOT ac DOT za> NNTP-Posting-Host: ppp116.cs.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 Jan Gutter wrote: > > I get a compiler error message in . > (one of the overloaded operators was defined like "operator>> <>(") > After I deleted the offending "<>" I got a linker error complaining that > certain > operators were not defined. This program compiles and runs perfectly for me. See below for a possible solution. > Is it something I overlooked or bungled up during installation? > > These are the files I used to install my current version of djgpp: > > bnu281b.zip gcc281b.zip lgpp280b.zip mak3761b.zip gpp281b.zip > djdev201.zip faq210b.zip rhide14b.zip bnu281b.zip bsn125b.zip > flx254b.zip txi390b.zip csdpmi4b.zip You have gcc281b.zip and gpp281b.zip, but you have the library from gcc 2.8.0 (lgpp280b.zip). You must use the same versions of all the gcc packages to guarantee that it will work properly. Try downloading lgp281b.zip, uninstalling all the gcc files, and reinstalling the 281b zipfiles from scratch. If it still doesn't work, please tell us. -- --------------------------------------------------------------------- | John M. Aldrich | "History does not record anywhere at | | aka Fighteer I | any time a religion that has any | | mailto:fighteer AT cs DOT com | rational basis." | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------