This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: 3_0-branch bootstrap failure on i686-pc-linux-gnu
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: 3_0-branch bootstrap failure on i686-pc-linux-gnu
- From: Gerald Roth <gerald dot roth at aon dot at>
- Date: Fri, 4 May 2001 13:38:41 +0200
- Cc: gcc-bugs at gcc dot gnu dot org
- Organization: University of Graz, Austria
- References: <200104282237.f3SMbWh31322@cupuacu.lsd.ic.unicamp.br> <orlmoe7j0z.fsf@guarana.lsd.ic.unicamp.br> <oru232uqrd.fsf@guarana.lsd.ic.unicamp.br>
hi
On Thursday 03 May 2001 22:22, you wrote:
> > Please try this patch (note that you'll have to rebuild
> > zlib/configure with autoconf) and let me know if it works for you,
> > then I'll check it in.
>
> It wouldn't work. This one probably will, but will require running
> aclocal, autoconf and automake. Please let me know if it does work,
> indeed. Thanks in advance,
is there a *working* way to clean the gcc sources after a build with
srcdir=builddir ?
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.
i've now read almost all th relevant gcc web pages about configuring &
building, but there nothing about cleaning the sources is mentioned ...
i've noticed that after a build with srcdir=builddir, a build with srcdir !=
builddir does not work anymore ...
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...
please help me with the "cleaning the sources" problem ... then i can test
the srcdir=builddir case more extensively
gerald