From: Martin Str|mberg Subject: Re: Upgrading Djgpp and C++ programming..please help Newsgroups: comp.os.msdos.djgpp References: <5a91d0ef DOT 0207180944 DOT 6f2afe15 AT posting DOT google DOT com> User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (NetBSD/1.5_BETA (alpha)) Message-ID: <1027077799.460422@queeg.ludd.luth.se> Cache-Post-Path: queeg.ludd.luth.se!unknown AT speedy DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 19 Jul 2002 11:23:19 GMT Lines: 33 NNTP-Posting-Date: 19 Jul 2002 11:23:19 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1027077799 news.luth.se 466 130.240.16.109 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Pradeepto K Bhattacharya wrote: : Well I downloaded the gpp31b.zip file form Delorie.com...now : what???..just copy the contents into my Djgpp folder...thats it...but You don't usually "copy" things. You unzip the package. : then I checked there are some headers missing wrt C++..like what about : iostream.h ....I didnot find it in my Djgpp/Include ...neither is it In standard C++ I don't think there _is_ a header called iostream.h. (There _was_ one, before the standard was finalised.) : in the the gpp31b.zip folder, so how do get them , for suppose if I : want to use it ???...plus what abt the *.a files...I just found : stdcxx.a or something..Am I supposed to copy them to Djppp/Lib/ . Again: no copying. Unzip them. : Well One more thing I have right now gcc 3.03 I have downloaded : gcc 3.1 so how do I upgrade just copy into the Djgpp folder. Am I : right.Am I supposed to do anything else? No. You should uninstall the older gcc first. See FAQ 4.7 for one way to do that. Note that you really must upgrade gcc if you're going to use gpp31b.zip. The version numbers must match, otherwise you'll get strange problem. Right, MartinS