This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Compilation error..
- From: Ian Lance Taylor <ian at airs dot com>
- To: Oleg Kotsyurbiy <alexspike at mail dot ru>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 17 Jul 2005 22:50:52 -0700
- Subject: Re: Compilation error..
- References: <E1DuMry-000MRJ-00.alexspike-mail-ru@f21.mail.ru>
Oleg Kotsyurbiy <alexspike@mail.ru> writes:
> Tell, please, what am I doing wrong for correct compilation:
> in Fedora Core 4 Linux I'm trying to compile GCC 3.2.3 version.
It's a problem. Older versions of gcc use a construct which newer
versions of gcc won't compile. This makes it hard to bootstrap older
versions of gcc with newer versions. This is indeed an absurd
situation.
If you must use gcc 3.2.3, and you must use Fedora Core 4, then I
think your best bet is to first build and install gcc 3.3.6, and then
use that to build gcc 3.2.3.
Ian