Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Tue, 22 Aug 2000 01:53:19 +0900
From: Yukihiko Sohda <sohda@is.titech.ac.jp>
To: cygwin@sourceware.cygnus.com
Subject: Re: Make TAR 1.13 on CygWin...
In-Reply-To: <jbvtps4kr5h9ml2kkua5svfbesajr0l77r@4ax.com>
References: <jbvtps4kr5h9ml2kkua5svfbesajr0l77r@4ax.com>
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 <dgp85.prog.mls@dapsmail.zzn.com> 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@is.titech.ac.jp


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

