Aarno was reporting that there is another issue with MacOS X and the - MM flag. Note that -MM is not a flag to be used on MacOS X because of its Dual Architecture compilation.
-MM does precompile the headers so you dont have to do it every time.
However when you compile in one go for i386 and ppc, then you get two different precompiled header files but only one output one.

The use of "--disable-dependency-tracking" disables this automatically.
So for MacOS X with dual architecture supported compiler, this should automatically be enabled.


Andreas Fink
Fink Consulting GmbH

---------------------------------------------------------------
Tel: +41-61-6666332 Fax: +41-61-6666331  Mobile: +41-79-2457333
Address: Clarastrasse 3, 4058 Basel, Switzerland
E-Mail:  [EMAIL PROTECTED]
Homepage: http://www.finkconsulting.com
---------------------------------------------------------------

ICQ: 101946485 MSN: [EMAIL PROTECTED] AIM: smsrelay Skype: andreasfink
Yahoo: finkconsulting SMS: +41792457333
PGP9: 0714 DF2B A189 A760 6201  5CBD D040 3E71 4DAF 68BB



Reply via email to