This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/6877: need to manually make libiberty
- From: Benoit Hudson <bh at techhouse dot brown dot edu>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 12 May 2003 13:56:01 -0000
- Subject: Re: bootstrap/6877: need to manually make libiberty
- Reply-to: Benoit Hudson <bh at techhouse dot brown dot edu>
The following reply was made to PR bootstrap/6877; it has been noted by GNATS.
From: Benoit Hudson <bh@techhouse.brown.edu>
To: Dara Hazeghi <dhazeghi@yahoo.com>
Cc: gcc-gnats@gcc.gnu.org, bh@techhouse.org
Subject: Re: bootstrap/6877: need to manually make libiberty
Date: Mon, 12 May 2003 09:52:46 -0400
This has been cleared up elsewhere: the answer is that if you
make install
before running
make bootstrap
it starts compiling some stuff and then dies with the aforementioned
error. The documentation is quite clear that you should do
make bootstrap
make install
It would likely be easy but perhaps subtly wrong to have the rule
install: bootstrap
IIRC this was discussed on gcc-bugs.
-- Benoît