| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <sohda AT is DOT titech DOT ac DOT jp> |
| To: | cygwin AT sourceware DOT cygnus DOT com |
| Subject: | Re: Make TAR 1.13 on CygWin... |
| In-Reply-To: | <jbvtps4kr5h9ml2kkua5svfbesajr0l77r@4ax.com> |
| References: | <jbvtps4kr5h9ml2kkua5svfbesajr0l77r AT 4ax DOT com> |
| Message-Id: | <39A15E7F377.BA32SOHDA@matsulab.is.titech.ac.jp> |
| MIME-Version: | 1.0 |
| 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 DOT prog DOT mls AT dapsmail DOT zzn DOT 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 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |