Created
November 2, 2013 18:52
-
-
Save rpq/7282181 to your computer and use it in GitHub Desktop.
ruby 2.0 build fail
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compiling pack.c | |
compiling parse.c | |
gcc: Internal error: Killed (program cc1) | |
Please submit a full bug report. | |
See <http://bugzilla.redhat.com/bugzilla> for instructions. | |
make: *** [parse.o] Error 1 | |
CC = gcc | |
LD = ld | |
LDSHARED = gcc -shared | |
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -ansi -std=iso9899:199409 | |
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE | |
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I. | |
DLDFLAGS = -fstack-protector -pie | |
SOLIBS = | |
compiling parse.c | |
gcc: Internal error: Killed (program cc1) | |
Please submit a full bug report. | |
See <http://bugzilla.redhat.com/bugzilla> for instructions. | |
make: *** [parse.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment