Displaying 3 results from an estimated 3 matches for "chapter_4_section_3".
2007 May 02
4
[patch] Mac Universal Binaries
...der() has
incorrect byte-ordering.
This Apple developer page describes the incantation that can be used
to build universal binaries on Mac. It also highlights the
configure-time versus compile-time endianess problem
http://developer.apple.com/documentation/Porting/Conceptual/PortingUnix/compiling/chapter_4_section_3.html
I have included a patch that applies Apple's recommendation to use the
gcc-defined __BIG_ENDIAN__ preprocessor variable to determine
endianness at compile-time. This technique works like a champ on Mac.
It also works fine on Linux variants with modern a modern gcc. And
Windows works like...
2007 May 02
0
[patch] Mac Universal Binaries
...ing.
>
> This Apple developer page describes the incantation that can be used
> to build universal binaries on Mac. It also highlights the
> configure-time versus compile-time endianess problem
>
> http://developer.apple.com/documentation/Porting/Conceptual/PortingUnix/compiling/chapter_4_section_3.html
>
>
> I have included a patch that applies Apple's recommendation to use the
> gcc-defined __BIG_ENDIAN__ preprocessor variable to determine
> endianness at compile-time. This technique works like a champ on Mac.
> It also works fine on Linux variants with modern a mode...
2008 Feb 20
3
OSX universal rsync
Hi All,
Well, we compiled pre9 on an intel Mac running Tiger and now it
does work on the machine. I need to see if that will now work on a PPC
mac though. Hopefully it will but I am wondering if there is a way to
compile and make a universal binary rsync for the Mac that will run on
both, from my PPC Mac. Itried that yesterday with
patch -p1 <patches/flags.diff
patch -p1