From: "michael green" Newsgroups: comp.os.msdos.djgpp Subject: Installing binaries Date: Sat, 8 Jan 2000 22:10:54 -0500 Organization: MindSpring Enterprises Lines: 14 Message-ID: <858ucn$avs$1@nntp9.atl.mindspring.net> NNTP-Posting-Host: a5.f7.fd.58 X-Server-Date: 9 Jan 2000 03:13:27 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am trying to install a patch binutils-2.9.1-m68hc1x-19991231.diffs.gz to binutils-2.9.1 that was built from build-binutils.sh script.The patch was created in a unix environment and the directory structure appears different from the unaltered source build that I have. If I rename the binutils-2.9.1(which is what the instructions for using the patch say) dir to binutils-2.9.1-m68hc11 and apply the patch it seems to work,but if I try to configure sh ./configure --target-m6811-elf --program-prefix=m6811-elf- I get errors such as configure: \bin\sh: [NOENT] , cannot determine host specify host, cannot find config.sub. What am I doing wrong? I have reinstalled djgpp and have made an unaltered build of binutils-2.9.1 using the build-binutil.sh script. Is there some way to create a new diff from the one I have?