Hi there. I am attempting to compile gcc 3.0 on a 5.1 Tru64 box. I have
installed gnu make 3.79.1 and have tried it as well. Actually, gnu make
didn't install normally, I used the build.sh file instead and then used the
gnu make to make install itself. Here are the error messages I get after
running configure and making the file with gnu make:
cc: Error: ../../gcc-3.0/gcc/cp/decl.c, line 528: In this statement,
"(cfun&&((struct cp_language_function ...)(cfun->language))->b)
current_binding_level = newlevel;
--^
cc: Error: ../../gcc-3.0/gcc/cp/decl.c, line 584: In this statement,
"(cfun&&((struct cp_language_function ...)(cfun->language))->b)
current_binding_level = current_binding_level->level_chain;
----^
cc: Error: ../../gcc-3.0/gcc/cp/decl.c, line 599: In this statement,
"(cfun&&((struct cp_language_function ...)(cfun->language))->b)
current_binding_level = class_binding_level;
----^
cc: Error: ../../gcc-3.0/gcc/cp/decl.c, line 621: In this statement,
"(cfun&&((struct cp_language_function ...)(cfun->language))->b)
current_binding_level = current_binding_level->level_chain;
--^
cc: Error: ../../gcc-3.0/gcc/cp/decl.c, line 634: In this statement,
"(cfun&&((struct cp_language_function ...)(cfun->language))->b)
current_binding_level = b;
--^
cc: Error: ../../gcc-3.0/gcc/cp/decl.c, line 4294: In this statement,
"(cfun&&((struct cp_language_function ...)(cfun->language))->)
current_binding_level = level;
------^
cc: Error: ../../gcc-3.0/gcc/cp/decl.c, line 4296: In this statement,
"(cfun&&((struct cp_language_function ...)(cfun->language))->)
current_binding_level = b;
------^
cc: Error: ../../gcc-3.0/gcc/cp/decl.c, line 6405: In this statement,
"(cfun&&((struct cp_language_function ...)(cfun->language))->)
current_binding_level = NULL_BINDING_LEVEL;
--^
cc: Error: ../../gcc-3.0/gcc/cp/decl.c, line 9932: In this statement,
"(cfun&&((struct cp_language_function ...)(cfun->language))->)
current_binding_level = b->level_chain;
------^
cc: Error: ../../gcc-3.0/gcc/cp/decl.c, line 9935: In this statement,
"(cfun&&((struct cp_language_function ...)(cfun->language))->)
current_binding_level = b;
------^
cc: Error: ../../gcc-3.0/gcc/cp/decl.c, line 13472: In this statement,
"(cfun&&((struct cp_language_function ...)(cfun->language))-)
current_binding_level = bl;
--^
make[1]: *** [cp/decl.o] Error 1
make[1]: Leaving directory `/usr/users/fybar/gccexe/gcc'
make: *** [all-gcc] Error 2
If anyone could suggest what the problem could be, or if they could suggest
a version of gcc that will install without any problems I would appreciate
it. My goal is actually to get mySQL to compile so I need to install gnu
tar as I got a number of errors during the extraction and the archives said
that gnu tar was the solution. The gnu tar notes that I read said that it
was best to install with gcc installed. Also, I wouldn't mind having gcc
around any way. Sorry about the length of this message.
Thanks!
Trevor Osatchuk
Process Solutions Canada Ltd.
Support and Integration Analyst
(780) 452-2227 Ext. 286
trevor.osatchuk_at_pscl.com
Any man whose errors take ten years to correct is quite a man.
- J. Robert Oppenheimer, speaking of Albert Einstein
Received on Wed Oct 03 2001 - 17:11:16 NZST