zlib problem?

2002-03-18 Thread Victor Grey
Using a fresh copy of rsync 2.5.4 installed from the ports collection on FreeBSD 4.5 Release: Works fine unless I try to copy a large file with -avz, then I get: rsync: connection unexpectedly closed (1377 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at

Re: (no subject)

2002-03-18 Thread Dave Dykstra
No, --force is only relevant without --delete, as the rsync man page now says. I believe Brian's problem is that --delete doesn't make sense with --update. - Dave Dykstra On Fri, Mar 15, 2002 at 11:42:23AM -0700, [EMAIL PROTECTED] wrote: I have a similar problem with rsync, though it's not

Suspicious sizes by different C compilers

2002-03-18 Thread Zoong Pham
Hi all, On my Alpha box running Tru64 5.1, rsync-2.5.4 compiled by GNU gcc 3.0.1 anh GNU make 3.79.1 has this size: 4562848. The same version of rsync compiled by Compaq C compiler V6.3-028 and Compaq make has this size: 655424. It is about _7 times_ smaller! I did a quick test and they seem

Re: Suspicious sizes by different C compilers

2002-03-18 Thread Martin Pool
On 19 Mar 2002, Zoong Pham [EMAIL PROTECTED] wrote: Hi all, On my Alpha box running Tru64 5.1, rsync-2.5.4 compiled by GNU gcc 3.0.1 anh GNU make 3.79.1 has this size: 4562848. The same version of rsync compiled by Compaq C compiler V6.3-028 and Compaq make has this size: 655424. It is

Re: Suspicious sizes by different C compilers

2002-03-18 Thread Zoong Pham
On Tue, Mar 19, 2002 at 01:29:45PM +1100, Martin Pool wrote: On 19 Mar 2002, Zoong Pham [EMAIL PROTECTED] wrote: It is about _7 times_ smaller! On gcc, rsync builds by default with debug symbols included. If you strip both executables, they should end up about the same size. You are