Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Tue, 22 Aug 2000 01:53:19 +0900 From: Yukihiko Sohda To: cygwin AT sourceware DOT cygnus DOT com Subject: Re: Make TAR 1.13 on CygWin... In-Reply-To: References: Message-Id: <39A15E7F377.BA32SOHDA@matsulab.is.titech.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.26 Hello, Edit src/Makefile as following. src/Makefile line 120 - 121: bin_PROGRAMS = tar$(EXEEXT) libexec_PROGRAMS = rmt to bin_PROGRAMS = tar$(EXEEXT) libexec_PROGRAMS = rmt$(EXEEXT) ~~~~~~~~~ # I tried with tar-1.13.17, so the line number may be different. DGP85 wrote: > I have downloaded CygWin, and now I want to upgrate TAR with the > latest version for have the -y option (process the tar.bz2 files). > I have update BZip2 and patched GZip, and I have installed RSync, but > when I type make this error occour: > > make[2]: Entering directory `/cygdrive/c/GNU/tar-1.13/src' > gcc -g -O2 rmt.c -o rmt > In file included from rmt.c:32: > system.h:496: pathmax.h: No such file or directory > system.h:574: error.h: No such file or directory > rmt.c:33: safe-read.h: No such file or directory > make[2]: *** [rmt] Error 1 > make[2]: Leaving directory `/cygdrive/c/GNU/tar-1.13/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/cygdrive/c/GNU/tar-1.13' > make: *** [all-recursive-am] Error 2 ---- Yukihiko Sohda sohda AT is DOT titech DOT ac DOT jp -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com