-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Cannot compile node.js 0.8.2 under CentOS 6.2 #3675
Comments
Please see #3673. Compile with |
OK thanks. Since it was closed i saw it just a few minutes ago, but the solution there is unclear and the variant "make BUILDTYPE=Debug" did not work for me. "make CFLAGS+=-O2 CXXFLAGS+=-O2" works, however "make install" fails afterwards, see below. What am I missing? Thanks, Jesus LINK(target) /opt/node-v0.8.2/out/Release/mksnapshot: Finished |
Oh, sorry about that. Run |
OK. Now it works, including the npm modules I use for accessing PostgreSQL, MongoDB, Oracle XE, Redis, and MySQL. Thanks @bnoordhuis. |
Those flags solved the issue for me, thank you! |
Hello. CentOS 6.2 64-Bit. Node.js 0.8.0 and 0.8.1 ran on the same machine. Compiling Node.js 0.8.2 from source (make) fails, see below. Some hints? Thanks.
LINK(target) /opt/node-v0.8.2/out/Release/mksnapshot: Finished
ACTION _opt_node_v0_8_2_deps_v8_tools_gyp_v8_gyp_v8_snapshot_target_run_mksnapshot /opt/node-v0.8.2/out/Release/obj.target/v8_snapshot/geni/snapshot.cc
pure virtual method called
terminate called without an active exception
/bin/sh: line 1: 7431 Aborted "/opt/node-v0.8.2/out/Release/mksnapshot" --log-snapshot-positions --logfile "/opt/node-v0.8.2/out/Release/obj.target/v8_snapshot/geni/snapshot.log" "/opt/node-v0.8.2/out/Release/obj.target/v8_snapshot/geni/snapshot.cc"
make[1]: *** [/opt/node-v0.8.2/out/Release/obj.target/v8_snapshot/geni/snapshot.cc] Error 134
make[1]: Leaving directory `/opt/node-v0.8.2/out'
make: *** [node] Error 2
The text was updated successfully, but these errors were encountered: