This is the mail archive of the gcc-bugs@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]

Re: 3_0-branch bootstrap failure on i686-pc-linux-gnu


On May  4, 2001, Gerald Roth <gerald.roth@aon.at> wrote:

> is there a *working* way to clean the gcc sources after a build with 
> srcdir=builddir ?

Maybe not.  srcdir=builddir is not recommended, anyway, and this is
one of the reasons.

> i tried both make clean and make distclean, but make clean seems not
> to clean everything and make distclean stops with an error in the
> libstc++ directory.

make distclean should work, but you may have to
`rm -rf <target_triplet>/' by hand.

> i've noticed that after a build with srcdir=builddir, a build with
> srcdir != builddir does not work anymore ...

Yep.

> i've tried the patch once and the build (srcdir=builddir)doesn't stop in zlib 
> any longer .. it now has problems with boehm-gc as far as i can remeber...

Same problem?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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