Skip to content

Instantly share code, notes, and snippets.

@andrijeski
Created January 9, 2013 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrijeski/4497898 to your computer and use it in GitHub Desktop.
Save andrijeski/4497898 to your computer and use it in GitHub Desktop.
make -C out BUILDTYPE=Release V=1
make[1]: Entering directory `/root/nodejs/node/out'
g++ '-DENABLE_DEBUGGER_SUPPORT' '-DV8_TARGET_ARCH_IA32' -I../deps/v8/src -Wall -Wextra -Wno-unused-parameter -pthread -m32 -fno-strict-aliasing -m32 -O2 -fno-strict-aliasing -fno-tree-vrp -fno-tree-sink -fno-rtti -fno-exceptions -MMD -MF /root/nodejs/node/out/Release/.deps//root/nodejs/node/out/Release/obj.target/v8_base/deps/v8/src/api.o.d.raw -c -o /root/nodejs/node/out/Release/obj.target/v8_base/deps/v8/src/api.o ../deps/v8/src/api.cc
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
make[1]: *** [/root/nodejs/node/out/Release/obj.target/v8_base/deps/v8/src/api.o] Error 1
make[1]: Leaving directory `/root/nodejs/node/out'
make: *** [node] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment