Re: turning off dependency tracking when building fat binaries on Mac OSX

2011-02-13 Thread Peter Johansson
Hi Ralf, On 2/13/11 3:32 AM, Ralf Wildenhues wrote: Yep. I think that was one reason we explicitly documented the thing in INSTALL. With this configuration, your preprocessor will be wrong (because CFLAGS are not passed to it) which means macro values may be computed wrongly. I'm not sure I u

Re: turning off dependency tracking when building fat binaries on Mac OSX

2011-02-13 Thread Ralf Wildenhues
Hello Peter, * Peter Johansson wrote on Sat, Jan 22, 2011 at 05:18:10PM CET: > The `INSTALL' file provided by autotools has the following blurp > > > On MacOS X 10.5 and later systems, you can create libraries and > >executables that work on multiple system types--known as "fat" or > >"universa

turning off dependency tracking when building fat binaries on Mac OSX

2011-01-23 Thread Peter Johansson
Hello, The `INSTALL' file provided by autotools has the following blurp On MacOS X 10.5 and later systems, you can create libraries and executables that work on multiple system types--known as "fat" or "universal" binaries--by specifying multiple `-arch' options to the compiler but only a s