This is the mail archive of the gcc-patches@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: gcc/gcc ChangeLog doc/install.texi


> The documentation now lies.  We do support building in $srcdir.

You approved a patch to fix the build process at the same time I approved
a patch to fix the docs.

There are other problems with building in $srcdir; apparently, for
example, certain Java things do not work correctly on certain platforms.

Don't take it personally; this is a hard problem.  But it's not one
we need to solve.  If you want to solve it, please spend time on making
the "./configure; make; make install" do something like:

  "mkdir objdir; cd objdir; ../configure; make bootstrap; make install"

That would be great: simpler for us, and still make the thing that
people are used to typing work as they would like.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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