From: doodootron AT robotic DOT poopie (Doktor Technologicus) Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie iostream problem (I read the FAQ, I swear) Organization: Lab of Madness Message-ID: <3dae01c2.27069253@netnews.attbi.com> References: <3dab6a3d DOT 12537127 AT netnews DOT attbi DOT com> <3dabc08c DOT 34632388 AT netnews DOT attbi DOT com> <3DABD9A2 DOT 212F9EDF AT phekda DOT freeserve DOT co DOT uk> <3dac4b82 DOT 3937281 AT netnews DOT attbi DOT com> <3DAC53AA DOT 813CC65D AT phekda DOT freeserve DOT co DOT uk> X-Newsreader: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 39 NNTP-Posting-Host: 12.228.115.236 X-Complaints-To: abuse AT attbi DOT com X-Trace: rwcrnsc53 1034815043 12.228.115.236 (Thu, 17 Oct 2002 00:37:23 GMT) NNTP-Posting-Date: Thu, 17 Oct 2002 00:37:23 GMT Date: Thu, 17 Oct 2002 00:37:23 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Tue, 15 Oct 2002 18:43:06 +0100, Richard Dawe wrote: >Hello. > >Doktor Technologicus wrote: >[snip] >> Gpp gives: >> >> :1:12: warning: "system" re-asserted >> :1:13: warning: "system" re-asserted >> :1:9: warning: "cpu" re-asserted >> :1:13: warning: "machine" re-asserted >> :1:9: warning: "cpu" re-asserted >> :1:13: warning: "machine" re-asserted >> cpp.exe: -lang-c++: linker input file unused because linking not done >> c:/djgpp/bin/ld.exe: cannot find -lgcc >> >> *sigh* > >Your compiler installation is broken. Have you read all the instructions that >come with the compiler (gnu/gcc-n.nn/readme.DJGPP)? What version of gcc are >you using? That's what I figured. I followed the Delorie Zip Picker instructions *exactly* : download the files, unzip everything into one directory, maintaining the directory structure, set DJGPP variable, set path. I did it twice. I just did it a third time, from a different FTP site. *now* things are working. Hooray! >I saw messages like this yesterday, when I tried to temporarily use gcc 2.95.3 >instead of my install of gcc 3.2. > >Regards,