[Bug other/37210] Prohibit Default Builds in the GCC Source Tree

2010-09-26 Thread rwild at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37210

--- Comment #5 from Ralf Wildenhues  2010-09-26 
13:44:43 UTC ---
status update: .


[Bug other/37210] Prohibit Default Builds in the GCC Source Tree

2009-09-21 Thread rwild at gcc dot gnu dot org


--- Comment #4 from rwild at gcc dot gnu dot org  2009-09-21 16:44 ---
With PR 35619 fixed in trunk it works fine for me to build in the source tree.
Feel free to Cc: me on new bugs arising from an in-tree build.
(Leaving bug open as it addresses 4.4 not trunk.)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37210



[Bug other/37210] Prohibit Default Builds in the GCC Source Tree

2008-08-25 Thread manu at gcc dot gnu dot org


--- Comment #3 from manu at gcc dot gnu dot org  2008-08-25 20:41 ---
I think this is a great idea. A good error with a long explanation will save a
lot of time for a lot of people. I don't think you even need the configure
option to allow it. I cannot see why anyone would need to build in the source
directory.

Care to provide a patch?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37210



[Bug other/37210] Prohibit Default Builds in the GCC Source Tree

2008-08-24 Thread tom dot browder at gmail dot com


--- Comment #2 from tom dot browder at gmail dot com  2008-08-24 22:07 
---
Andrew, you're right--it's not prohibited, but my argument is that it should be
prohibited as the default build (but have a specific configure variable to
allow it), at least until it is tested.  Over the years I've watched people
have a build  problem, and the first thing the gurus tell them is *don't* build
in the gcc tree, so this enhancement would at least get newbies' attention
instead of continuing to waste help bandwidth.  Note the recommendation to not
build in the tree has been around I'll guess for at least ten years.  And with
the complexity of the build I doubt that the tested in-tree build will ever be
a requirement for a release.

I envision a short but succinct message telling about the prohibition and
adding a link to more detail.  The installation instructions should perhaps
have text enhancement or other edits to highlight the reason for the
prohibition.  


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37210



[Bug other/37210] Prohibit Default Builds in the GCC Source Tree

2008-08-24 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2008-08-24 21:29 ---
Well it is not prohibited, it is supported to do the build in the src
directory, just not recommended as it is not tested really and can (I think
4.3.x has a bug dealing with fixed includes) be broken even for releases.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37210