This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54780] G++ does not find precompiled headers in some cases
- From: "schwab at linux-m68k dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 03 Oct 2012 13:10:32 +0000
- Subject: [Bug c++/54780] G++ does not find precompiled headers in some cases
- Auto-submitted: auto-generated
- References: <bug-54780-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54780
--- Comment #5 from Andreas Schwab <schwab@linux-m68k.org> 2012-10-03 13:10:32 UTC ---
> I guess this is not a big issue if you are using Autotools, where the
> established practice is to compile inside the source directory.
It is common practice to build outside the source directory, since it is very
well supported.