Displaying 5 results from an estimated 5 matches for "portingunix".
2015 Feb 12
1
Re: [PATCH] macosx: Darwin-specific autoconf macros
...S X, looking
> at your patch.
> I'd say that this should turn into a proper configure check, trying to
> use crypt() without extra libraries and if not possible with libcrypt.
The crypt() thing is explained here:
https://developer.apple.com/library/mac/documentation/Porting/Conceptual/PortingUnix/compiling/compiling.html#//apple_ref/doc/uid/TP40002850-SW17
(Compiling... in OS X -> Other Porting Tips -> Functions -> crypt).
(TL;DR: crypt() comes from unistd.h)
[...]
> Is setting LD_LIBRARY_PATH somehow harmful/problematic on Mac OS X?
> If not, I'd say to use a variable f...
2007 May 02
4
[patch] Mac Universal Binaries
...by speex_packet_to_header() 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 moder...
2007 May 02
0
[patch] Mac Universal Binaries
...; 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 Lin...
2015 Feb 12
2
[PATCH] macosx: Darwin-specific autoconf macros
* Replace LD_LIBRARY_PATH with DYLD_LIBRARY_PATH for Darwin
* Remove the -lcrypt flag for Darwin (unsupported)
---
configure.ac | 13 +++++++++++++
run.in | 10 +++++-----
v2v/link.sh.in | 2 +-
3 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/configure.ac b/configure.ac
index d68190a..295de11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -582,6 +582,19 @@ fi
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