From: "Peter" Newsgroups: comp.os.msdos.djgpp 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> <3dae01c2 DOT 27069253 AT netnews DOT attbi DOT com> Subject: Re: Newbie iostream problem (I read the FAQ, I swear) Lines: 54 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: Date: Mon, 28 Oct 2002 00:01:17 GMT NNTP-Posting-Host: 12.77.28.155 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1035763277 12.77.28.155 (Mon, 28 Oct 2002 00:01:17 GMT) NNTP-Posting-Date: Mon, 28 Oct 2002 00:01:17 GMT Organization: AT&T Worldnet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi ; I am having the same problem with iostream. Can you tell me what ftp site you downloaded the files and what files did you downloaded? Thanks "Doktor Technologicus" wrote in message news:3dae01c2 DOT 27069253 AT netnews DOT attbi 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, >