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]

Snapshot 970901


I just tried to install the 970901 snapshot on a DECstation 5000/133
running Ultrix 4.4 and I encountered these errors:

jackson> make >> logfile
(Number of opcodes is 232)
cfe: Warning: integrate.c, line 419: Incompatible pointer type
assignment
   rtx *real_label_map = ((char *) 0);
 -------^
cfe: Warning: integrate.c, line 1255: Incompatible pointer type
assignment
   rtx *real_label_map = ((char *) 0);
 -------^
cfe: Warning: mips-tfile.c, line 5713: illegal combination of pointer
and integer
   register PTR_T value = malloc (size);
 -----------------^
cfe: Warning: mips-tfile.c, line 5729: illegal combination of pointer
and integer
   register PTR_T value = calloc (size1, size2);
 -----------------^
cfe: Warning: mips-tfile.c, line 5747: illegal combination of pointer
and integer
   register PTR_T result = realloc (ptr, size);
 -----------------^
egrep: can't open
/usr/users/jackson/egcs/egcs-970901/gcc/include/reg_types.h
egrep: can't open
/usr/users/jackson/egcs/egcs-970901/gcc/include/regex.h
egrep: can't open
/usr/users/jackson/egcs/egcs-970901/gcc/include/sys/lc_core.h
cc: Error: malformed or unknown option -W

Stop.

Stop.

Stop.

The ./configure command set up the correct target mips-ultrix-4.4 (or
something like that).

Has anybody got gcc to compile on an ultrix system?  I seem to remember
trying to install gcc once before and getting the same type of errors.
Anyway, any help would be greatly appreciated since I REALLY need a
fortran compiler.

Aaron Jackson	jackson@msrce.howard.edu


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