From: b DOT mcleod AT opengroup DOT org ("Bruce D. McLeod") Subject: build problem 27 Mar 1997 21:23:03 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <2.2.32.19970327200002.009a3980.cygnus.gnu-win32@postman.osf.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Sender: mcleod AT postman DOT osf DOT org X-Mailer: Windows Eudora Pro Version 2.2 (32) Original-To: gnu-win32 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT com When I try to install a new build of the cdksrc, I get the error below. It seems the install targets are looking for the executable names without the .exe, while the gcc behaviour when -o is given without a suffix is to append .exe. Thanks for any advice. Bruce for i in size objdump nm.new ar strings strip.new ranlib c++filt objcopy dllto ol ; do \ /cygnus/src/cdksrc/install.sh -c -t='' $i /usr/local/bin/`echo $i | sed -e 's/ ..new//'` ; \ done cp: size: No such file or directory cp: objdump: No such file or directory cp: ar: No such file or directory cp: strings: No such file or directory cp: ranlib: No such file or directory cp: c++filt: No such file or directory cp: objcopy: No such file or directory cp: dlltool: No such file or directory make: *** [install] Error 1 make: *** [install-binutils] Error 2 - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".