From: nobu@... Date: 2015-02-23T13:51:28+00:00 Subject: [ruby-core:68257] [Ruby trunk - Bug #10841] 2.2.0p43 not building with gcc 4.9.1 Issue #10841 has been updated by Nobuyoshi Nakada. One possibility, as I can think of, is insufficient memory. Does `make optflags=-O0 enc/trans/big5.o` also fail? ---------------------------------------- Bug #10841: 2.2.0p43 not building with gcc 4.9.1 https://bugs.ruby-lang.org/issues/10841#change-51613 * Author: Adrien Lamothe * Status: Third Party's Issue * Priority: Normal * Assignee: Mitsuhiro TAKANO * ruby -v: 2.2.0p43 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- 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 for instructions. enc.mk:758: recipe for target 'enc/trans/big5.o' failed ~~~ -- https://bugs.ruby-lang.org/