This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Make TAR 1.13 on CygWin...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]