From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: tromey@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: java/4295: Install problem for fastjar on Cygwin Date: Mon, 17 Sep 2001 09:56:00 -0000 Message-id: <20010917165600.13944.qmail@sourceware.cygnus.com> X-SW-Source: 2001-09/msg00359.html List-Id: The following reply was made to PR java/4295; it has been noted by GNATS. From: Tom Tromey To: openup01@rd.francetelecom.com Cc: gcc-gnats@gcc.gnu.org Subject: Re: java/4295: Install problem for fastjar on Cygwin Date: 17 Sep 2001 11:02:59 -0600 >>>>> ">" == openup01 writes: >> Synopsis: Install problem for fastjar on Cygwin >> After doing the 'make bootstrap' (which works), the 'make install' fails >> in directory fastjar with a message like : >> chmod : file /usr/bin/#inst.1250# does not exist. >> It seems that the 'install-binPROGRAMS' target fails to specify correctly >> the .exe extension for the install-sh script. Thanks. I believe the fix is as easy as adding `AC_EXEEXT' to the fastjar configure.in. However, I don't have easy access to a Cygwin box to test this. If I send you a patch can you test it? I will send a patch that includes the changes to configure and Makefile.in, so you won't need autoconf or automake. Tom