From: Martin Str|mberg Subject: Re: Linking problem? Newsgroups: comp.os.msdos.djgpp References: <1026732896 DOT 487185 AT queeg DOT ludd DOT luth DOT se> User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (NetBSD/1.5_BETA (alpha)) Message-ID: <1026841221.219561@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: 16 Jul 2002 17:40:21 GMT Lines: 23 NNTP-Posting-Date: 16 Jul 2002 17:40:21 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1026841221 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 Tim AtLee wrote: : I think you might have hit the nail on #1, since I see "gcc-2.952" and : "gcc-3.1" in the djgpp directory... so, is there an easy way of removing : the old version? Yes. 1a. "cd my_djggp_directory; rm -f @manifest/gcc292b.mft" (Repeat the rm part for gpp and other packages the goes with gcc.) This is in a FAQ although I don't have the number right now. or 1b. Use "pakke". 2. You'll need to reinstall the gcc (and gpp and ...) you want to use after 1a (and perhaps 1b), because it removed some of the new gcc files as well. Right, MartinS