Skip to content

Instantly share code, notes, and snippets.

@spreaker
Created February 7, 2012 12:24
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 spreaker/1759449 to your computer and use it in GitHub Desktop.
Save spreaker/1759449 to your computer and use it in GitHub Desktop.
0.6.10 build failure on OS X 10.5 Leopard i386
marco@apollo node-v0.6.10> make distclean && LDFLAGS="/usr/local/ssl/lib/libcrypto.a /usr/local/ssl/lib/libssl.a" ./configure --prefix=/usr/local/ --openssl-includes=/usr/local/ssl/include/ --openssl-libpath=/usr/local/ssl/lib/ && make
rm -rf out/doc
find tools -name "*.pyc" | xargs rm -f
rm -rf dist-osx
rm -rf out/ node node_g
Checking for program g++ or c++ : /usr/bin/g++
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for g++ : ok
Checking for program gcc or cc : /usr/bin/gcc
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for gcc : ok
Checking for library dl : yes
Checking for function SSL_library_init : yes
Checking for header openssl/crypto.h : yes
Checking for library util : yes
Checking for library rt : not found
Checking for fdatasync(2) with c++ : no
'configure' finished successfully (3.141s)
Waf: Entering directory `/Users/marco/Downloads/node-v0.6.10/out'
DEST_OS: darwin
DEST_CPU: ia32
Parallel Jobs: 1
Product type: program
[ 1/35] copy: src/node_config.h.in -> out/Release/src/node_config.h
[ 2/35] cc: deps/http_parser/http_parser.c -> out/Release/deps/http_parser/http_parser_3.o
/usr/bin/gcc -rdynamic -pthread -arch i386 -m32 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="ia32" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/deps/http_parser -I../deps/http_parser ../deps/http_parser/http_parser.c -c -o Release/deps/http_parser/http_parser_3.o
[ 3/35] src/node_natives.h: src/node.js lib/dgram.js lib/console.js lib/buffer.js lib/querystring.js lib/punycode.js lib/http.js lib/net.js lib/stream.js lib/events.js lib/util.js lib/module.js lib/_debugger.js lib/assert.js lib/fs.js lib/child_process.js lib/os.js lib/readline.js lib/vm.js lib/url.js lib/tls.js lib/crypto.js lib/sys.js lib/https.js lib/freelist.js lib/dns.js lib/_linklist.js lib/buffer_ieee754.js lib/tty.js lib/cluster.js lib/repl.js lib/path.js lib/string_decoder.js lib/timers.js lib/zlib.js lib/constants.js -> out/Release/src/node_natives.h
[ 4/35] uv: deps/uv/include/uv.h -> out/Release/deps/uv/uv.a
rm -f src/ares/*.o
rm -f src/unix/ev/*.o
rm -f src/unix/eio/*.o
rm -f src/unix/*.o
rm -rf test/run-tests.dSYM run-benchmarks.dSYM
rm -f -f src/*.o *.a test/run-tests test/run-benchmarks
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/core.c -o src/unix/core.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/dl.c -o src/unix/dl.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/fs.c -o src/unix/fs.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/cares.c -o src/unix/cares.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/udp.c -o src/unix/udp.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/error.c -o src/unix/error.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/process.c -o src/unix/process.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/tcp.c -o src/unix/tcp.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/pipe.c -o src/unix/pipe.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/tty.c -o src/unix/tty.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/stream.c -o src/unix/stream.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/darwin.c -o src/unix/darwin.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/kqueue.c -o src/unix/kqueue.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -g -c src/uv-common.c -o src/uv-common.o
/usr/bin/gcc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -g -c src/unix/ev/ev.c -o src/unix/ev/ev.o -DEV_CONFIG_H=\"config_darwin.h\"
/usr/bin/gcc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc/unix/eio/ --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -g -c src/unix/uv-eio.c -o src/unix/uv-eio.o
/usr/bin/gcc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -DEIO_CONFIG_H=\"config_darwin.h\" -DEIO_STACKSIZE=262144 -D_GNU_SOURCE -g -c src/unix/eio/eio.c -o src/unix/eio/eio.o
/usr/bin/gcc -o src/ares/ares__close_sockets.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares__close_sockets.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares__get_hostent.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares__get_hostent.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares__read_line.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares__read_line.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares__timeval.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares__timeval.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_cancel.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_cancel.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_data.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_data.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_destroy.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_destroy.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_expand_name.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_expand_name.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_expand_string.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_expand_string.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_fds.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_fds.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_free_hostent.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_free_hostent.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_free_string.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_free_string.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_gethostbyaddr.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_gethostbyaddr.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_gethostbyname.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_gethostbyname.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_getnameinfo.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_getnameinfo.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_getopt.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_getopt.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_getsock.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_getsock.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_init.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_init.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_library_init.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_library_init.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_llist.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_llist.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_mkquery.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_mkquery.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_nowarn.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_nowarn.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_options.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_options.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_parse_a_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_a_reply.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_parse_aaaa_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_aaaa_reply.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_parse_mx_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_mx_reply.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_parse_ns_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_ns_reply.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_parse_ptr_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_ptr_reply.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_parse_srv_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_srv_reply.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_parse_txt_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_txt_reply.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_process.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_process.c -DHAVE_CONFIG_H
src/ares/ares_process.c: In function ‘read_udp_packets’:
src/ares/ares_process.c:481: warning: pointer targets in passing argument 6 of ‘recvfrom’ differ in signedness
/usr/bin/gcc -o src/ares/ares_query.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_query.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_search.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_search.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_send.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_send.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_strcasecmp.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_strcasecmp.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_strdup.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_strdup.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_strerror.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_strerror.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_timeout.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_timeout.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_version.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_version.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_writev.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_writev.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/bitncmp.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/bitncmp.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/inet_net_pton.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/inet_net_pton.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/inet_ntop.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/inet_ntop.c -DHAVE_CONFIG_H
ar rcs uv.a src/unix/core.o src/unix/dl.o src/unix/fs.o src/unix/cares.o src/unix/udp.o src/unix/error.o src/unix/process.o src/unix/tcp.o src/unix/pipe.o src/unix/tty.o src/unix/stream.o src/unix/darwin.o src/unix/kqueue.o src/uv-common.o src/unix/uv-eio.o src/unix/ev/ev.o src/unix/eio/eio.o src/ares/ares__close_sockets.o src/ares/ares__get_hostent.o src/ares/ares__read_line.o src/ares/ares__timeval.o src/ares/ares_cancel.o src/ares/ares_data.o src/ares/ares_destroy.o src/ares/ares_expand_name.o src/ares/ares_expand_string.o src/ares/ares_fds.o src/ares/ares_free_hostent.o src/ares/ares_free_string.o src/ares/ares_gethostbyaddr.o src/ares/ares_gethostbyname.o src/ares/ares_getnameinfo.o src/ares/ares_getopt.o src/ares/ares_getsock.o src/ares/ares_init.o src/ares/ares_library_init.o src/ares/ares_llist.o src/ares/ares_mkquery.o src/ares/ares_nowarn.o src/ares/ares_options.o src/ares/ares_parse_a_reply.o src/ares/ares_parse_aaaa_reply.o src/ares/ares_parse_mx_reply.o src/ares/ares_parse_ns_reply.o src/ares/ares_parse_ptr_reply.o src/ares/ares_parse_srv_reply.o src/ares/ares_parse_txt_reply.o src/ares/ares_process.o src/ares/ares_query.o src/ares/ares_search.o src/ares/ares_send.o src/ares/ares_strcasecmp.o src/ares/ares_strdup.o src/ares/ares_strerror.o src/ares/ares_timeout.o src/ares/ares_version.o src/ares/ares_writev.o src/ares/bitncmp.o src/ares/inet_net_pton.o src/ares/inet_ntop.o
ranlib: file: uv.a(ares_strcasecmp.o) has no symbols
ranlib: file: uv.a(ares_strdup.o) has no symbols
ranlib: file: uv.a(ares_writev.o) has no symbols
ranlib: file: uv.a(inet_ntop.o) has no symbols
[ 5/35] libv8.a: deps/v8/SConstruct -> out/Release/libv8.a
/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python "/Users/marco/Downloads/node-v0.6.10/tools/scons/scons.py" -j 1 -C "/Users/marco/Downloads/node-v0.6.10/out/Release/" -Y "/Users/marco/Downloads/node-v0.6.10/deps/v8" visibility=default mode=release arch=ia32 toolchain=gcc library=static snapshot=on
scons: Reading SConscript files ...
scons: warning: Ignoring missing SConscript 'obj/test/release/SConscript'
File "/Users/marco/Downloads/node-v0.6.10/deps/v8/SConstruct", line 1475, in BuildSpecific
scons: done reading SConscript files.
scons: Building targets ...
/usr/bin/g++ -o obj/release/accessors.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/accessors.cc
/usr/bin/g++ -o obj/release/allocation.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/allocation.cc
/usr/bin/g++ -o obj/release/api.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/api.cc
/usr/bin/g++ -o obj/release/assembler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/assembler.cc
/usr/bin/g++ -o obj/release/ast.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ast.cc
/usr/bin/g++ -o obj/release/atomicops_internals_x86_gcc.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/atomicops_internals_x86_gcc.cc
/usr/bin/g++ -o obj/release/bignum-dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/bignum-dtoa.cc
/usr/bin/g++ -o obj/release/bignum.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/bignum.cc
/usr/bin/g++ -o obj/release/bootstrapper.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/bootstrapper.cc
/usr/bin/g++ -o obj/release/builtins.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/builtins.cc
/usr/bin/g++ -o obj/release/cached-powers.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/cached-powers.cc
/usr/bin/g++ -o obj/release/checks.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/checks.cc
/usr/bin/g++ -o obj/release/circular-queue.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/circular-queue.cc
/usr/bin/g++ -o obj/release/code-stubs.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/code-stubs.cc
/usr/bin/g++ -o obj/release/codegen.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/codegen.cc
/usr/bin/g++ -o obj/release/compilation-cache.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/compilation-cache.cc
/usr/bin/g++ -o obj/release/compiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/compiler.cc
/usr/bin/g++ -o obj/release/contexts.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/contexts.cc
/usr/bin/g++ -o obj/release/conversions.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/conversions.cc
/usr/bin/g++ -o obj/release/counters.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/counters.cc
/usr/bin/g++ -o obj/release/cpu-profiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/cpu-profiler.cc
/usr/bin/g++ -o obj/release/data-flow.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/data-flow.cc
/usr/bin/g++ -o obj/release/dateparser.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/dateparser.cc
/usr/bin/g++ -o obj/release/debug-agent.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/debug-agent.cc
/usr/bin/g++ -o obj/release/debug.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/debug.cc
/usr/bin/g++ -o obj/release/deoptimizer.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/deoptimizer.cc
/usr/bin/g++ -o obj/release/disassembler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/disassembler.cc
/usr/bin/g++ -o obj/release/diy-fp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/diy-fp.cc
/usr/bin/g++ -o obj/release/dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/dtoa.cc
/usr/bin/g++ -o obj/release/elements.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/elements.cc
/usr/bin/g++ -o obj/release/execution.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/execution.cc
/usr/bin/g++ -o obj/release/extensions/externalize-string-extension.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc
/usr/bin/g++ -o obj/release/extensions/gc-extension.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/extensions/gc-extension.cc
/usr/bin/g++ -o obj/release/factory.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/factory.cc
/usr/bin/g++ -o obj/release/fast-dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/fast-dtoa.cc
/usr/bin/g++ -o obj/release/fixed-dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/fixed-dtoa.cc
/usr/bin/g++ -o obj/release/flags.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/flags.cc
/usr/bin/g++ -o obj/release/frames.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/frames.cc
/usr/bin/g++ -o obj/release/full-codegen.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/full-codegen.cc
/usr/bin/g++ -o obj/release/func-name-inferrer.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/func-name-inferrer.cc
/usr/bin/g++ -o obj/release/gdb-jit.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/gdb-jit.cc
/usr/bin/g++ -o obj/release/global-handles.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/global-handles.cc
/usr/bin/g++ -o obj/release/handles.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/handles.cc
/usr/bin/g++ -o obj/release/hashmap.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/hashmap.cc
/usr/bin/g++ -o obj/release/heap-profiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/heap-profiler.cc
/usr/bin/g++ -o obj/release/heap.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/heap.cc
/usr/bin/g++ -o obj/release/hydrogen-instructions.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/hydrogen-instructions.cc
/usr/bin/g++ -o obj/release/hydrogen.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/hydrogen.cc
/usr/bin/g++ -o obj/release/ia32/assembler-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/assembler-ia32.cc
/usr/bin/g++ -o obj/release/ia32/builtins-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/builtins-ia32.cc
/usr/bin/g++ -o obj/release/ia32/code-stubs-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/code-stubs-ia32.cc
/usr/bin/g++ -o obj/release/ia32/codegen-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/codegen-ia32.cc
/usr/bin/g++ -o obj/release/ia32/cpu-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/cpu-ia32.cc
/usr/bin/g++ -o obj/release/ia32/debug-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/debug-ia32.cc
/usr/bin/g++ -o obj/release/ia32/deoptimizer-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/deoptimizer-ia32.cc
/usr/bin/g++ -o obj/release/ia32/disasm-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/disasm-ia32.cc
/usr/bin/g++ -o obj/release/ia32/frames-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/frames-ia32.cc
/usr/bin/g++ -o obj/release/ia32/full-codegen-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/full-codegen-ia32.cc
/usr/bin/g++ -o obj/release/ia32/ic-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/ic-ia32.cc
/usr/bin/g++ -o obj/release/ia32/lithium-codegen-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/lithium-codegen-ia32.cc
/usr/bin/g++ -o obj/release/ia32/lithium-gap-resolver-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/lithium-gap-resolver-ia32.cc
/usr/bin/g++ -o obj/release/ia32/lithium-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/lithium-ia32.cc
/usr/bin/g++ -o obj/release/ia32/macro-assembler-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/macro-assembler-ia32.cc
/usr/bin/g++ -o obj/release/ia32/regexp-macro-assembler-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/regexp-macro-assembler-ia32.cc
/usr/bin/g++ -o obj/release/ia32/stub-cache-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ia32/stub-cache-ia32.cc
/usr/bin/g++ -o obj/release/ic.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/ic.cc
/usr/bin/g++ -o obj/release/inspector.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/inspector.cc
/usr/bin/g++ -o obj/release/interpreter-irregexp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/interpreter-irregexp.cc
/usr/bin/g++ -o obj/release/isolate.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/isolate.cc
/usr/bin/g++ -o obj/release/jsregexp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/jsregexp.cc
/usr/bin/g++ -o obj/release/lithium-allocator.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/lithium-allocator.cc
/usr/bin/g++ -o obj/release/lithium.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/lithium.cc
/usr/bin/g++ -o obj/release/liveedit.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/liveedit.cc
/usr/bin/g++ -o obj/release/liveobjectlist.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/liveobjectlist.cc
/usr/bin/g++ -o obj/release/log-utils.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/log-utils.cc
/usr/bin/g++ -o obj/release/log.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/log.cc
/usr/bin/g++ -o obj/release/mark-compact.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/mark-compact.cc
/usr/bin/g++ -o obj/release/messages.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/messages.cc
/usr/bin/g++ -o obj/release/objects-printer.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/objects-printer.cc
/usr/bin/g++ -o obj/release/objects-visiting.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/objects-visiting.cc
/usr/bin/g++ -o obj/release/objects.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/objects.cc
/usr/bin/g++ -o obj/release/parser.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/parser.cc
/usr/bin/g++ -o obj/release/platform-macos.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/platform-macos.cc
/usr/bin/g++ -o obj/release/platform-posix.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/platform-posix.cc
/usr/bin/g++ -o obj/release/preparse-data.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/preparse-data.cc
/usr/bin/g++ -o obj/release/preparser.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/preparser.cc
/usr/bin/g++ -o obj/release/profile-generator.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/profile-generator.cc
/usr/bin/g++ -o obj/release/property.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/property.cc
/usr/bin/g++ -o obj/release/regexp-macro-assembler-irregexp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/regexp-macro-assembler-irregexp.cc
/usr/bin/g++ -o obj/release/regexp-macro-assembler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/regexp-macro-assembler.cc
/usr/bin/g++ -o obj/release/regexp-stack.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/regexp-stack.cc
/usr/bin/g++ -o obj/release/rewriter.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/rewriter.cc
/usr/bin/g++ -o obj/release/runtime-profiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/runtime-profiler.cc
/usr/bin/g++ -o obj/release/runtime.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/runtime.cc
/usr/bin/g++ -o obj/release/safepoint-table.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/safepoint-table.cc
/usr/bin/g++ -o obj/release/scanner-character-streams.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/scanner-character-streams.cc
/usr/bin/g++ -o obj/release/scanner.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/scanner.cc
/usr/bin/g++ -o obj/release/scopeinfo.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/scopeinfo.cc
/usr/bin/g++ -o obj/release/scopes.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/scopes.cc
/usr/bin/g++ -o obj/release/serialize.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/serialize.cc
/usr/bin/g++ -o obj/release/snapshot-common.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/snapshot-common.cc
/usr/bin/g++ -o obj/release/spaces.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/spaces.cc
/usr/bin/g++ -o obj/release/string-search.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/string-search.cc
/usr/bin/g++ -o obj/release/string-stream.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/string-stream.cc
/usr/bin/g++ -o obj/release/strtod.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/strtod.cc
/usr/bin/g++ -o obj/release/stub-cache.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/stub-cache.cc
/usr/bin/g++ -o obj/release/token.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/token.cc
/usr/bin/g++ -o obj/release/type-info.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/type-info.cc
/usr/bin/g++ -o obj/release/unicode.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/unicode.cc
/usr/bin/g++ -o obj/release/utils.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/utils.cc
/usr/bin/g++ -o obj/release/v8-counters.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/v8-counters.cc
/usr/bin/g++ -o obj/release/v8.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/v8.cc
/usr/bin/g++ -o obj/release/v8conversions.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/v8conversions.cc
/usr/bin/g++ -o obj/release/v8threads.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/v8threads.cc
/usr/bin/g++ -o obj/release/v8utils.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/v8utils.cc
/usr/bin/g++ -o obj/release/variables.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/variables.cc
/usr/bin/g++ -o obj/release/version.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/version.cc
/usr/bin/g++ -o obj/release/zone.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/zone.cc
JS2C(["obj/release/libraries.cc"], ["src/runtime.js", "src/v8natives.js", "src/array.js", "src/string.js", "src/uri.js", "src/math.js", "src/messages.js", "src/apinatives.js", "src/date.js", "src/regexp.js", "src/json.js", "src/liveedit-debugger.js", "src/mirror-debugger.js", "src/debug-debugger.js", "src/macros.py"])
/usr/bin/g++ -o obj/release/libraries.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -Iobj/release -Isrc -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src -I/Users/marco/Downloads/node-v0.6.10/deps/v8/obj/release -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src obj/release/libraries.cc
JS2C(["obj/release/experimental-libraries.cc"], ["src/proxy.js", "src/weakmap.js", "src/macros.py"])
/usr/bin/g++ -o obj/release/experimental-libraries.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -Iobj/release -Isrc -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src -I/Users/marco/Downloads/node-v0.6.10/deps/v8/obj/release -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src obj/release/experimental-libraries.cc
/usr/bin/g++ -o obj/release/mksnapshot.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/mksnapshot.cc
/usr/bin/g++ -o obj/release/snapshot-empty.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT -I/Users/marco/Downloads/node-v0.6.10/deps/v8/src /Users/marco/Downloads/node-v0.6.10/deps/v8/src/snapshot-empty.cc
/usr/bin/g++ -o obj/release/mksnapshot -m32 obj/release/mksnapshot.o obj/release/libraries.o obj/release/experimental-libraries.o obj/release/accessors.o obj/release/allocation.o obj/release/api.o obj/release/assembler.o obj/release/ast.o obj/release/atomicops_internals_x86_gcc.o obj/release/bignum-dtoa.o obj/release/bignum.o obj/release/bootstrapper.o obj/release/builtins.o obj/release/cached-powers.o obj/release/checks.o obj/release/circular-queue.o obj/release/code-stubs.o obj/release/codegen.o obj/release/compilation-cache.o obj/release/compiler.o obj/release/contexts.o obj/release/conversions.o obj/release/counters.o obj/release/cpu-profiler.o obj/release/data-flow.o obj/release/dateparser.o obj/release/debug-agent.o obj/release/debug.o obj/release/deoptimizer.o obj/release/disassembler.o obj/release/diy-fp.o obj/release/dtoa.o obj/release/elements.o obj/release/execution.o obj/release/extensions/externalize-string-extension.o obj/release/extensions/gc-extension.o obj/release/factory.o obj/release/fast-dtoa.o obj/release/fixed-dtoa.o obj/release/flags.o obj/release/frames.o obj/release/full-codegen.o obj/release/func-name-inferrer.o obj/release/gdb-jit.o obj/release/global-handles.o obj/release/handles.o obj/release/hashmap.o obj/release/heap-profiler.o obj/release/heap.o obj/release/hydrogen-instructions.o obj/release/hydrogen.o obj/release/ia32/assembler-ia32.o obj/release/ia32/builtins-ia32.o obj/release/ia32/code-stubs-ia32.o obj/release/ia32/codegen-ia32.o obj/release/ia32/cpu-ia32.o obj/release/ia32/debug-ia32.o obj/release/ia32/deoptimizer-ia32.o obj/release/ia32/disasm-ia32.o obj/release/ia32/frames-ia32.o obj/release/ia32/full-codegen-ia32.o obj/release/ia32/ic-ia32.o obj/release/ia32/lithium-codegen-ia32.o obj/release/ia32/lithium-gap-resolver-ia32.o obj/release/ia32/lithium-ia32.o obj/release/ia32/macro-assembler-ia32.o obj/release/ia32/regexp-macro-assembler-ia32.o obj/release/ia32/stub-cache-ia32.o obj/release/ic.o obj/release/inspector.o obj/release/interpreter-irregexp.o obj/release/isolate.o obj/release/jsregexp.o obj/release/lithium-allocator.o obj/release/lithium.o obj/release/liveedit.o obj/release/liveobjectlist.o obj/release/log-utils.o obj/release/log.o obj/release/mark-compact.o obj/release/messages.o obj/release/objects-printer.o obj/release/objects-visiting.o obj/release/objects.o obj/release/parser.o obj/release/platform-macos.o obj/release/platform-posix.o obj/release/preparse-data.o obj/release/preparser.o obj/release/profile-generator.o obj/release/property.o obj/release/regexp-macro-assembler-irregexp.o obj/release/regexp-macro-assembler.o obj/release/regexp-stack.o obj/release/rewriter.o obj/release/runtime-profiler.o obj/release/runtime.o obj/release/safepoint-table.o obj/release/scanner-character-streams.o obj/release/scanner.o obj/release/scopeinfo.o obj/release/scopes.o obj/release/serialize.o obj/release/snapshot-common.o obj/release/spaces.o obj/release/string-search.o obj/release/string-stream.o obj/release/strtod.o obj/release/stub-cache.o obj/release/token.o obj/release/type-info.o obj/release/unicode.o obj/release/utils.o obj/release/v8-counters.o obj/release/v8.o obj/release/v8conversions.o obj/release/v8threads.o obj/release/v8utils.o obj/release/variables.o obj/release/version.o obj/release/zone.o obj/release/snapshot-empty.o -lpthread
Undefined symbols:
"v8::internal::Dictionary<v8::internal::SeededNumberDictionaryShape, unsigned int>::SlowReverseLookup(v8::internal::Object*)", referenced from:
v8::internal::JSObject::ReferencesObjectFromElements(v8::internal::FixedArray*, v8::internal::ElementsKind, v8::internal::Object*)in objects.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
scons: *** [obj/release/mksnapshot] Error 1
scons: building terminated because of errors.
Waf: Leaving directory `/Users/marco/Downloads/node-v0.6.10/out'
Build failed: -> task failed (err #2):
{task: libv8.a SConstruct -> libv8.a}
make: *** [program] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment