From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: trouble with RHIDE & GPP 2.8 Date: Tue, 10 Mar 1998 00:54:51 +0100 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 29 Message-ID: <6e1vf7$8bl$1@news-hrz.uni-duisburg.de> References: <6dut0h$j00$1 AT winter DOT news DOT erols DOT com> <3503EFB7 DOT 5FFC AT rug DOT ac DOT be> NNTP-Posting-Host: ppp88.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Mon, 09 Mar 1998 14:33:43 +0100, Vik Heyndrickx wrote: > Make sure you have uninstalled ALL files from the 2.7.2.1 distribution, > especially lib/libgcc.a . If you failed to do so, this will be most > certainly be the cause of these new problems, because the new gcc v2.8.0 > cannot find the right library otherwise. I append a little batch file that uninstalls (removes) everything from one of the .mft files in the manifest directory. Save the batch file as `remove.bat´ in the manifest directory, then type `remove gcc2721b.mft´, `remove gpp2721b.mft´ and so on. Regards... Michael @echo off if _%1 == _ goto Usage cd .. rm --verbose @manifest/%1 cd manifest goto EndOfRemoveBat :Usage echo Syntax: remove mft-file :EndOfRemoveBat