This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: precompiled headers


thank you for your reply 

--- John Love-Jensen wrote:
> I may be mistaken, but I don't think there are
> precompiled headers in GCC
> 3.2.

then which version supports precompiled headers? do I
need to get 3.2.1?

> However, I'm surprised that it's taking so long.
> Do your source files (.cpp and .h) include only the
> headers they need, or
> are they including the world?

I am using a slow computer, and my files are including
a few stl headers and a few headers written by me; a
very small program takes about 40 seconds to compile,
and I need to recompile often, that's why I want to
use precompiled headers

thanks,
 Adrian


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]