Project

General

Profile

Bug #10841

Updated by nobu (Nobuyoshi Nakada) about 9 years ago

When peforming 'make' of Ruby 2.2.0p43 with gcc version 4.9.1 
 on Linux 3.16.0-28 x86_64, the build is dying when making enc/trans/big5.c 

 I am able to build 2.2.0p43 on a system with gcc version 4.8.2 on Linux 3.13.0-24 x86_64. 

 Here is the output: 

 ~~~ 
 compiling ./enc/trans/big5.c 
 gcc: internal compiler error: Killed (program cc1) 
 Please submit a full bug report, 
 with preprocessed source if appropriate. 
 See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions. 
 enc.mk:758: recipe for target 'enc/trans/big5.o' failed 
 ~~~ 
 

Back