This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building GCC On Tru64 5.1B
- From: James E Wilson <wilson at specifixinc dot com>
- To: Eduardo Bezerra <edubez at hotmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 09 Nov 2004 19:22:40 -0800
- Subject: Re: Building GCC On Tru64 5.1B
- References: <BAY1-F28T6Ssuot0OUI00000c7b@hotmail.com>
Eduardo Bezerra wrote:
I'm trying to build GCC 3.4.2 under a Alpha box running Tru64 version
5.1B but I'm
getting errors.
concat.c:81: error: parse error before "const"
Gcc-3.4 is written in ISO C90. What compiler are using to build gcc?
Is it an ISO C compiler? If you are using the native compiler, and you
are running an old OS, then it might be a K&R C compiler. In that case,
you can try using the native compiler to build an older gcc release,
e.g. gcc-3.3, and then using gcc-3.3 to build gcc-3.4.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com