www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Re: dmd 1.041 and 2.026 releases

reply Kagamin <spam here.lot> writes:
Walter Bright Wrote:

 total.h is for precompiled headers, which don't even exist on gcc.

??? Did I get it right that gcc doesn't support precompiled headers?
Mar 06 2009
parent reply =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
Kagamin wrote:

 total.h is for precompiled headers, which don't even exist on gcc.

??? Did I get it right that gcc doesn't support precompiled headers?

Sounds strange... http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Precompiled-Headers.html --anders
Mar 06 2009
parent reply Walter Bright <newshound1 digitalmars.com> writes:
Anders F Björklund wrote:
 Kagamin wrote:
 
 total.h is for precompiled headers, which don't even exist on gcc.

??? Did I get it right that gcc doesn't support precompiled headers?

Sounds strange... http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Precompiled-Headers.html

Well, it didn't when I initially worked on linux.
Mar 06 2009
parent =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
Walter Bright wrote:

 http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Precompiled-Headers.html

Well, it didn't when I initially worked on linux.

True, forgot that it's been in Apple GCC much longer than in main. Think they didn't appear there until GCC 3.4, so only since 2004 ? --anders
Mar 07 2009