From: tor AT sn DOT no (Tor Sjowall) Newsgroups: comp.os.msdos.djgpp Subject: bug in objdump.exe in v2.01 Date: Mon, 21 Oct 1996 22:19:24 GMT Organization: SN Internett Lines: 14 Message-ID: <326cf5d3.55797044@news.sn.no> NNTP-Posting-Host: nm8-1.ppp.sn.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp There is a problem with the build of objdump.exe in the 2.01 release from the bnu27b.zip archive. This build of objdump will not disassemble object files and gives the error message: d:/djgpp/bin/keep/objdump.exe: Can't disassemble for architecture i386 Simply building from the bnu27s.zip archive makes an objdump.exe that works as expected. Just run make in the djgpp/gnu directory. My guess is that the distributed objdump.exe was built with a wrong target in mind. Tor.