Re: universal binary and crtimes

2008-02-21 Thread Wayne Davison
On Thu, Feb 21, 2008 at 12:01:34AM -0600, Mike Bombich wrote: > Off the cuff, without looking at the code, I'd guess there is an Endian > issue at play. I'd suggest editing byteorder.h and changing the defines near the start to ensure that CAREFUL_ALIGNMENT is defined to 1. That should ensure th

Re: universal binary and crtimes

2008-02-21 Thread Robert DuToit
On Feb 21, 2008, at 1:01 AM, Mike Bombich wrote: Off the cuff, without looking at the code, I'd guess there is an Endian issue at play. Yes -In reading about binary compilation I came across issues about Endian and found various suggestion which I don't quite know how to apply: or you

Re: universal binary and crtimes

2008-02-20 Thread Mike Bombich
Off the cuff, without looking at the code, I'd guess there is an Endian issue at play. Mike On Feb 20, 2008, at 11:34 PM, Robert DuToit wrote: Hi All, I promise I won't bug you anymore about this but I did find that the compiled universal binary on rsync3.0.pre10 does preserve creatio