diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2007-02-27 22:21:01 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2007-02-27 22:21:01 +1100 |
commit | 015612dbfd4c4af9818ef77522614acf221f372b (patch) | |
tree | 6eb7feae089e44d2fc0250f373b6ab421741c2e7 /doc/FAQ.html | |
parent | 94fee4ea4853a53508731cda5f7c81741617fb29 (diff) |
doc/FAQ.html : Add Q/A 18.
Diffstat (limited to 'doc/FAQ.html')
-rw-r--r-- | doc/FAQ.html | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/doc/FAQ.html b/doc/FAQ.html index 6623ebf..ed71a2b 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -43,6 +43,8 @@ </A><BR> <A HREF="#Q017">Q17 : Can libsndfile read/write files from/to UNIX pipes? </A><BR> +<A HREF="#Q018">Q18 : Is it possible to build a Universal Binary on Mac OSX? + </A><BR> <HR> <!-- ========================================================================= --> @@ -552,7 +554,24 @@ data in both big and little endian format. </P> <P> -Sell also <A HREF="#Q006">FAQ Q6</A>. +See also <A HREF="#Q006">FAQ Q6</A>. +</P> + +<!-- ========================================================================= --> +<A NAME="Q018"></A> +<H2><BR><B>Q18 : Is it possible to build a Universal Binary on Mac OSX? +</B></H2> + +<P> +Yes, its possible to build it but no, it probably won't work. +</P> + +<P> +The problem is that the libsndfile build process detects features of the CPU its +being built for doing the configure process and when building a univeral binary, +configure is only run once and that data is then used for both PowerPC and Intel +CPUs. +That configure data will be wrong for one of those CPUs. </P> <!-- ========================================================================= --> |