This is the mail archive of the gcc-bugs@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]

identifier redeclared & invalid directive


I am trying to build gcc-2.95.2 with GNU make-3.79 on Solaris 2.6.

The redeclaration is a warning and can probably be ignored. The invalid
directive is DEFTREECODE.

cc -c  -DIN_GCC -DHAIFA  -DSVR4  -g  -DHAVE_CONFIG_H    -I.
-I/usr/gcc_source/gcc -I/usr/gcc_source/gcc/config
-I/usr/gcc_source/gcc/../include \
  /usr/gcc_source/gcc/gencheck.c
"/usr/ucbinclude/strings.h", line 48: warning: identifier redeclared: strlen
        current : function() returning int
        previous: function() returning uint : "/usr/include/string.h", line
115
"/usr/gcc_source/gcc/tree.def", line 45: invalid directive
"/usr/gcc_source/gcc/tree.def", line 51: invalid directive
"/usr/gcc_source/gcc/tree.def", line 56: invalid directive
"/usr/gcc_source/gcc/tree.def", line 63: invalid directive
"/usr/gcc_source/gcc/tree.def", line 66: invalid directive
"/usr/gcc_source/gcc/tree.def", line 86: invalid directive
"/usr/gcc_source/gcc/tree.def", line 131: invalid directive
"/usr/gcc_source/gcc/tree.def", line 141: invalid directive
"/usr/gcc_source/gcc/tree.def", line 145: invalid directive
"/usr/gcc_source/gcc/tree.def", line 149: invalid directive
"/usr/gcc_source/gcc/tree.def", line 162: invalid directive
"/usr/gcc_source/gcc/tree.def", line 166: invalid directive
"/usr/gcc_source/gcc/tree.def", line 170: invalid directive
"/usr/gcc_source/gcc/tree.def", line 170: fatal: too many errors
make[2]: *** [gencheck.o] Error 2
make[2]: Leaving directory `/usr/gcc/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/usr/gcc/gcc'
make: *** [bootstrap] Error 2

Shawn Matlock
Concentrex, Inc
400 SW 6th Ave. Suite 200
Portland OR  97204
(800) 274-7280


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