From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: Assembler problems upgrading from gcc272b to gcc281b Date: Fri, 12 Jun 1998 05:02:55 +0200 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 41 Message-ID: <6lq5oi$118$1@news-hrz.uni-duisburg.de> References: <6lj2iu$450 AT lilith DOT uab DOT es> NNTP-Posting-Host: ppp158.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 9 Jun 1998 10:25:34 GMT, ISS'98 wrote: > I know that this method isn't recommended, but should I delete more "old" > gcc 272 files ? which of them ? I don't know - but since it is recommended to remove the old files, why don't you do it? The .mft files in the djgpp/manifest directory tell you which files came with which zip file. If you have the fileutils (fil316b.zip), you can use `rmī to remove all the files that came in gcc272b.zip: cd c:\djgpp rm @manifest/gcc272b.mft > I pray for not having to reinstall the whole gcc again... Hmm, what the problem with "reinstalling"? You already did the things recommended in the readme file (delete old specs file etc.), so reinstalling would just mean to chdir to your djgpp directory and say unzip gcc281b Or am I missing something here? > Anyway, I think I should solve the problem through another way, which is this > one: I should upgrade also, not only gcc bins, but some other bins, like > bnu***, no ? (where AS is included, no? ) > (I currently have BNU 2.5.2)... Maybe this "old" AS doesn't understand this > "new" .p2align directive... BNU 2.5.2? Is this a typo? > I'll also try to get bnu27b (at least I saw that > this is the last version... maybe a newer version has also been released) Yes, there's a bnu281b.zip, released in July 1997, nearly a year ago (bnu27b is from November 1996). Maybe you should try to find a ftp mirror that is updated a bit more often? Regards... Michael