Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Reply-To: Cygwin List Message-Id: <6.1.0.6.0.20041122120932.043445c0@pop.prospeed.net> X-Sender: Date: Mon, 22 Nov 2004 12:12:39 -0500 To: "Chuck" From: Larry Hall Subject: Re: pax available? Cc: Cygwin In-Reply-To: <000801c4d0b5$a6c6f050$55dcd40a@advancemags.com> References: <002001c4ce54$81931010$55dcd40a AT advancemags DOT com> <000801c4d0b5$a6c6f050$55dcd40a AT advancemags DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 12:06 PM 11/22/2004, you wrote >----- Original Message ----- >From: "Igor Pechtchanski" >To: "Chuck" >Cc: >Sent: Friday, November 19, 2004 4:17 PM >Subject: Re: pax available? > Again, don't feed the spammers. >That's not really going to help me. It'll rename one file at a time, >interactively. I want to rename all files in the archive in as they are >extracted. For example, replace all occurences of string subdir1 with >subdir2. That's one of the things pax does but none of the other archivers >can do. I also want compatibility with pax archives coming from a Sun >system. What I really want is pax. > >Someone else (Reini) pointed me to the gnu archives for the paxutils package >but I did not have success compiling it for cygwin. I followed all the >instructions but did not get a pax.exe executable. The "make" fails to make >target "pax" saying it can't resolve a link to some external reference named >"errno". > >$ make pax >gcc -g -O2 -o pax pax.o cdf.o copyin.o copyout.o copypass.o defer.o >fmtcpio.o fmttar.o format.o getfile.o global.o rename.o util.o rtapelib.o >../lib/libpu.a >../lib/libpu.a(makepath.o)(.text+0xbd): In function `make_path': >/usr/src/paxutils-2.4h/lib/makepath.c:384: undefined reference to `_errno' >../lib/libpu.a(makepath.o)(.text+0xec):/usr/src/paxutils-2.4h/lib/makepath.c >:379: undefined reference to `_errno' >../lib/libpu.a(makepath.o)(.text+0x2db):/usr/src/paxutils-2.4h/lib/makepath. >c:283: undefined reference to `_errno' >../lib/libpu.a(makepath.o)(.text+0x347):/usr/src/paxutils-2.4h/lib/makepath. >c:262: undefined reference to `_errno' >../lib/libpu.a(makepath.o)(.text+0x531):/usr/src/paxutils-2.4h/lib/makepath. >c:347: undefined reference to `_errno' >../lib/libpu.a(makepath.o)(.text+0x5b3):/usr/src/paxutils-2.4h/lib/makepath. >c:332: more undefined references to `_errno' follow >collect2: ld returned 1 exit status >make: *** [pax] Error 1 >$ I haven't looked at the source but perhaps all you need is to add '#include '? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/