This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: Building GCC On Tru64 5.1B


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



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