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]

Building CVS on alpha-dec-osf4.0d


Has anyone tried building GCC from CVS on alpha-dec-osf4.0d (Compaq
Tru64 UNIX 4.0D)? I get:
  $ mkdir objdir
  $ cd objdir
  $ CC=cc ./configure --with-included-gettext
  $ gmake bootstrap
  ...
  stage1/xgcc -Bstage1/ -B/opt/TWWfsw/gcc297/alpha-dec-osf4.0d/bin/ -c
  -DIN_GCC    -O2 -g -W -Wall -Wtraditional -Wwrite-strings
  -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
  -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/config
  -I../../gcc/../include ../../gcc/mips-tfile.c
  ../../gcc/mips-tfile.c: In function `update_headers':
  ../../gcc/mips-tfile.c:4016: warning: large integer implicitly
  truncated to unsigned type
  ../../gcc/mips-tfile.c:4064: warning: large integer implicitly
  truncated to unsigned type
  ../../gcc/mips-tfile.c:4072: warning: large integer implicitly
  truncated to unsigned type
  ../../gcc/mips-tfile.c: In function `write_varray':
  ../../gcc/mips-tfile.c:4123: Internal error: Segmentation fault.
     Please submit a full bug report.
     See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
  gmake[2]: *** [mips-tfile.o] Error 1

I do not have this problem on alpha-dec-osf5.0 (Compaq Tru64 UNIX
5.0A).

-- 
albert chin (china@thewrittenword.com)

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