Skip to content

Instantly share code, notes, and snippets.

@boorad
Created September 20, 2010 14:14
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 boorad/587961 to your computer and use it in GitHub Desktop.
Save boorad/587961 to your computer and use it in GitHub Desktop.
{clause,2179,
[{nil,2179},{var,2179,'Acc'}],
[],
[{call,2180,
{remote,2180,{atom,2180,lists},{atom,2180,reverse}},
[{var,2180,'Acc'}]}]},
{clause,2181,
[{cons,2181,{var,2181,'H'},{var,2181,'T'}},
{var,2181,'Acc'}],
[],
[{call,2182,
{atom,2182,escape_lt_and_gt1},
[{var,2182,'T'},
{cons,2182,{var,2182,'H'},{var,2182,'Acc'}}]}]}]},
{eof,2183}],
[{"./cover.erl",[{996,ms_transform,{50,'Module'}}]}]}]},
{erl_lint,compiler_options,1},
{erl_lint,module,3},
{compile,lint_module,1},
{compile,'-internal_comp/4-anonymous-1-',2},
{compile,fold_comp,3},
{compile,internal_comp,4},
{compile,internal,3}]}
make[3]: *** [../ebin/cover.beam] Error 1
make[2]: *** [opt] Error 2
make[1]: *** [opt] Error 2
make: *** [libs] Error 2
Exit status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/erlang.rb#L57
==> Environment
HOMEBREW_VERSION: 0.7
HEAD: 635203c5e8ee6d505fd236e0f857285990511b44
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: dual-core 64-bit penryn
OS X: 10.6.4
Kernel Architecture: i386
Ruby: 1.8.7-174
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
GCC-4.0: build 5494
GCC-4.2: build 5664
LLVM: build 2326
MacPorts or Fink? /opt/local/bin/port
X11 installed? true
==> Build Flags
CC: /usr/bin/cc => /usr/bin/gcc-4.2
CXX: /usr/bin/c++ => /usr/bin/c++-4.2
LD: /usr/bin/cc => /usr/bin/gcc-4.2
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
Error: Failure while executing: make
Please report this bug at http://github.com/mxcl/homebrew/issues
These existing issues may help you:
http://github.com/mxcl/homebrew/issues/#issue/1173
Also try:
`brew doctor` to check your setup for common problems.
`brew missing` to check installed packages for missing deps.
@boorad
Copy link
Author

boorad commented Sep 20, 2010

brew install erlang --disable-hipe

@AlainODea
Copy link

Did disabling HiPE fix it for you? I had HiPE enabled and it worked on two fresh installs.

Please post a longer listing of the error above make[3]: *** [../ebin/cover.beam] Error 1. It looks like a stack-trace from the compiler. I will see what I can do to resolve it :)

@boorad
Copy link
Author

boorad commented Sep 20, 2010

Warning: It appears you have Macports or Fink installed
Although, unlikely, this can break builds or cause obscure runtime issues.
If you experience problems try uninstalling these tools.
/opt/local/bin/git
==> Cloning git://github.com/erlang/otp.git
Updating /Users/brad/Library/Caches/Homebrew/erlang--git
==> Checking out tag OTP_R14B
==> ./otp_build autoconf
==> ./configure --disable-debug --prefix=/usr/local/Cellar/erlang/R14B --enable-kernel-poll --enable-threads --enable-dynamic-ssl-lib --enable-smp-support --enable-darwin-64bit
==> touch lib/wx/SKIP
==> make
test X"$ERTS_SKIP_DEPEND" = X"true" || (cd erts/emulator && ERL_TOP=/private/tmp/homebrew-erlang-R14B-uwb3 make generate depend)
make -f i386-apple-darwin10.4.0/Makefile generate
/bin/mkdir -p i386-apple-darwin10.4.0/opt/plain
/bin/mkdir -p obj/i386-apple-darwin10.4.0/opt/plain
/bin/mkdir -p pcre/obj/i386-apple-darwin10.4.0/opt
/bin/mkdir -p zlib/obj/i386-apple-darwin10.4.0/opt
LANG=C /opt/local/bin/perl utils/beam_makeops -outdir i386-apple-darwin10.4.0/opt/plain
-emulator /private/tmp/homebrew-erlang-R14B-uwb3/lib/compiler/src/genop.tab beam/ops.tab hipe/hipe_ops.tab
LANG=C /opt/local/bin/perl utils/make_tables -src i386-apple-darwin10.4.0 -include i386-apple-darwin10.4.0 beam/atom.names beam/bif.tab hipe/hipe_bif0.tab hipe/hipe_bif1.tab hipe/hipe_bif2.tab hipe/hipe_amd64.tab
LANG=C /opt/local/bin/perl utils/make_version -o i386-apple-darwin10.4.0/erl_version.h R14B 5.8.1 i386-apple-darwin10.4.0
LANG=C /opt/local/bin/perl utils/make_driver_tab -o i386-apple-darwin10.4.0/opt/plain/driver_tab.c obj/i386-apple-darwin10.4.0/opt/plain/efile_drv.o obj/i386-apple-darwin10.4.0/opt/plain/inet_drv.o obj/i386-apple-darwin10.4.0/opt/plain/zlib_drv.o obj/i386-apple-darwin10.4.0/opt/plain/ram_file_drv.o obj/i386-apple-darwin10.4.0/opt/plain/ttsl_drv.o
LANG=C /opt/local/bin/perl utils/make_alloc_types -src beam/erl_alloc.types -dst i386-apple-darwin10.4.0/opt/plain/erl_alloc_types.h threads hipe nofrag unix
LANG=C /opt/local/bin/perl utils/make_preload -old /private/tmp/homebrew-erlang-R14B-uwb3/erts/preloaded/ebin/otp_ring0.beam /private/tmp/homebrew-erlang-R14B-uwb3/erts/preloaded/ebin/init.beam /private/tmp/homebrew-erlang-R14B-uwb3/erts/preloaded/ebin/prim_inet.beam /private/tmp/homebrew-erlang-R14B-uwb3/erts/preloaded/ebin/prim_file.beam /private/tmp/homebrew-erlang-R14B-uwb3/erts/preloaded/ebin/zlib.beam /private/tmp/homebrew-erlang-R14B-uwb3/erts/preloaded/ebin/prim_zip.beam /private/tmp/homebrew-erlang-R14B-uwb3/erts/preloaded/ebin/erl_prim_loader.beam /private/tmp/homebrew-erlang-R14B-uwb3/erts/preloaded/ebin/erlang.beam > i386-apple-darwin10.4.0/preload.c
m4 -DTARGET=i386-apple-darwin10.4.0 -DOPSYS=darwin -DARCH=amd64 hipe/hipe_x86_asm.m4 > i386-apple-darwin10.4.0/opt/plain/hipe_x86_asm.h
m4 -DTARGET=i386-apple-darwin10.4.0 -DOPSYS=darwin -DARCH=amd64 hipe/hipe_amd64_asm.m4 > i386-apple-darwin10.4.0/opt/plain/hipe_amd64_asm.h
m4 -DTARGET=i386-apple-darwin10.4.0 -DOPSYS=darwin -DARCH=amd64 hipe/hipe_sparc_asm.m4 > i386-apple-darwin10.4.0/opt/plain/hipe_sparc_asm.h
m4 -DTARGET=i386-apple-darwin10.4.0 -DOPSYS=darwin -DARCH=amd64 hipe/hipe_ppc_asm.m4 > i386-apple-darwin10.4.0/opt/plain/hipe_ppc_asm.h
m4 -DTARGET=i386-apple-darwin10.4.0 -DOPSYS=darwin -DARCH=amd64 hipe/hipe_arm_asm.m4 > i386-apple-darwin10.4.0/opt/plain/hipe_arm_asm.h
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c hipe/hipe_mkliterals.c -o obj/i386-apple-darwin10.4.0/opt/plain/hipe_mkliterals.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -o /private/tmp/homebrew-erlang-R14B-uwb3/bin/i386-apple-darwin10.4.0/hipe_mkliterals obj/i386-apple-darwin10.4.0/opt/plain/hipe_mkliterals.o
/private/tmp/homebrew-erlang-R14B-uwb3/bin/i386-apple-darwin10.4.0/hipe_mkliterals -c > i386-apple-darwin10.4.0/opt/plain/hipe_literals.h
make -f i386-apple-darwin10.4.0/Makefile depend
/usr/bin/cc -MM -MG -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -Idrivers/common beam/atom.c beam/beam_bif_load.c beam/beam_bp.c beam/beam_catches.c beam/beam_debug.c beam/beam_emu.c beam/beam_load.c beam/benchmark.c beam/bif.c beam/big.c beam/binary.c beam/break.c beam/copy.c beam/dist.c beam/elib_memmove.c beam/erl_afit_alloc.c beam/erl_alloc.c beam/erl_alloc_util.c beam/erl_arith.c beam/erl_async.c beam/erl_bestfit_alloc.c beam/erl_bif_binary.c beam/erl_bif_chksum.c beam/erl_bif_ddll.c beam/erl_bif_guard.c beam/erl_bif_info.c beam/erl_bif_lists.c beam/erl_bif_op.c beam/erl_bif_os.c beam/erl_bif_port.c beam/erl_bif_re.c beam/erl_bif_timer.c beam/erl_bif_trace.c beam/erl_bits.c beam/erl_db.c beam/erl_db_hash.c beam/erl_db_tree.c beam/erl_db_util.c beam/erl_debug.c beam/erl_drv_thread.c beam/erl_fun.c beam/erl_gc.c beam/erl_goodfit_alloc.c beam/erl_init.c beam/erl_instrument.c beam/erl_lock_check.c beam/erl_lock_count.c beam/erl_math.c beam/erl_md5.c beam/erl_message.c beam/erl_monitors.c beam/erl_mtrace.c beam/erl_nif.c beam/erl_nmgc.c beam/erl_node_tables.c beam/erl_port_task.c beam/erl_posix_str.c beam/erl_printf_term.c beam/erl_process.c beam/erl_process_dict.c beam/erl_process_dump.c beam/erl_process_lock.c beam/erl_resolv_dns.c beam/erl_resolv_nodns.c beam/erl_term.c beam/erl_time_sup.c beam/erl_trace.c beam/erl_unicode.c beam/erl_zlib.c beam/export.c beam/external.c beam/fix_alloc.c beam/hash.c beam/index.c beam/io.c beam/module.c beam/packet_parser.c beam/register.c beam/safe_hash.c beam/time.c beam/utils.c
| sed 's|^([^:]:)|$(OBJDIR)/\1|g;s|i386-apple-darwin10.4.0/opt/plain/|$(TTF_DIR)/|g;s|([ ])/private/tmp/homebrew-erlang-R14B-uwb3/|\1$(ERL_TOP)/|g;s|^/private/tmp/homebrew-erlang-R14B-uwb3/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' > i386-apple-darwin10.4.0/depend.mk
/usr/bin/cc -MM -MG -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -Idrivers/common drivers/common/efile_drv.c drivers/common/gzio.c drivers/common/inet_drv.c drivers/common/ram_file_drv.c drivers/common/zlib_drv.c drivers/unix/bin_drv.c drivers/unix/multi_drv.c drivers/unix/sig_drv.c drivers/unix/ttsl_drv.c drivers/unix/unix_efile.c
| sed 's|^([^:]
:)|$(OBJDIR)/\1|g;s|i386-apple-darwin10.4.0/opt/plain/|$(TTF_DIR)/|g;s|([ ])/private/tmp/homebrew-erlang-R14B-uwb3/|\1$(ERL_TOP)/|g;s|^/private/tmp/homebrew-erlang-R14B-uwb3/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' >> i386-apple-darwin10.4.0/depend.mk
/usr/bin/cc -MM -MG -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -Idrivers/common sys/unix/erl_child_setup.c sys/unix/erl_main.c sys/unix/erl_unix_sys_ddll.c sys/unix/sys.c sys/unix/sys_float.c sys/unix/sys_time.c sys/common/erl_check_io.c sys/common/erl_mseg.c sys/common/erl_mtrace_sys_wrap.c sys/common/erl_poll.c
| sed 's|^([^:]:)|$(OBJDIR)/\1|g;s|i386-apple-darwin10.4.0/opt/plain/|$(TTF_DIR)/|g;s|([ ])/private/tmp/homebrew-erlang-R14B-uwb3/|\1$(ERL_TOP)/|g;s|^/private/tmp/homebrew-erlang-R14B-uwb3/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' >> i386-apple-darwin10.4.0/depend.mk
/usr/bin/cc -MM -MG -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -Idrivers/common i386-apple-darwin10.4.0/erl_atom_table.c i386-apple-darwin10.4.0/erl_bif_table.c i386-apple-darwin10.4.0/erl_bif_wrap.c i386-apple-darwin10.4.0/erl_pbifs.c i386-apple-darwin10.4.0/preload.c i386-apple-darwin10.4.0/opt/plain/beam_opcodes.c i386-apple-darwin10.4.0/opt/plain/driver_tab.c
| sed 's|^([^:]
:)|$(OBJDIR)/\1|g;s|i386-apple-darwin10.4.0/opt/plain/|$(TTF_DIR)/|g;s|([ ])/private/tmp/homebrew-erlang-R14B-uwb3/|\1$(ERL_TOP)/|g;s|^/private/tmp/homebrew-erlang-R14B-uwb3/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' >> i386-apple-darwin10.4.0/depend.mk
/usr/bin/cc -MM -MG -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -Idrivers/common
| sed 's|^([^:]).o[ ]:|$(OBJDIR)/\1.elib.o:|g;s|i386-apple-darwin10.4.0/opt/plain/|$(TTF_DIR)/|g;s|([ ])/private/tmp/homebrew-erlang-R14B-uwb3/|\1$(ERL_TOP)/|g;s|^/private/tmp/homebrew-erlang-R14B-uwb3/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' >> i386-apple-darwin10.4.0/depend.mk
i686-apple-darwin10-gcc-4.2.1: no input files
/usr/bin/cc -MM -MG -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -Idrivers/common hipe/hipe_amd64.c hipe/hipe_arm.c hipe/hipe_bif0.c hipe/hipe_bif1.c hipe/hipe_bif2.c hipe/hipe_debug.c hipe/hipe_gc.c hipe/hipe_mkliterals.c hipe/hipe_mode_switch.c hipe/hipe_native_bif.c hipe/hipe_perfctr.c hipe/hipe_ppc.c hipe/hipe_risc_stack.c hipe/hipe_sparc.c hipe/hipe_stack.c hipe/hipe_x86.c hipe/hipe_x86_signal.c hipe/hipe_x86_stack.c
| sed 's|^([^:]:)|$(OBJDIR)/\1|g;s|i386-apple-darwin10.4.0/opt/plain/|$(TTF_DIR)/|g;s|([ ])/private/tmp/homebrew-erlang-R14B-uwb3/|\1$(ERL_TOP)/|g;s|^/private/tmp/homebrew-erlang-R14B-uwb3/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' >> i386-apple-darwin10.4.0/depend.mk
test X"$ERTS_SKIP_DEPEND" = X"true" || (cd erts/lib_src && ERL_TOP=/private/tmp/homebrew-erlang-R14B-uwb3 make depend)
make -f i386-apple-darwin10.4.0/Makefile depend
Generating dependency file i386-apple-darwin10.4.0/depend.mk...
/usr/bin/cc -MM -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix common/ethr_aux.c common/ethr_mutex.c common/ethr_cbf.c pthread/ethread.c pthread/ethr_event.c
| sed 's|^([^:]
).o:|$(r_OBJ_DIR)/\1.o:|g;s|i386-apple-darwin10.4.0/opt/|$(TT_DIR)/|g;s|i386-apple-darwin10.4.0/|$(TARGET)/|g' >> i386-apple-darwin10.4.0/depend.mk
/usr/bin/cc -MM -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix common/erl_printf_format.c common/erl_printf.c common/erl_misc_utils.c
| sed 's|^([^:]).o:|$(r_OBJ_DIR)/\1.o:|g;s|i386-apple-darwin10.4.0/opt/|$(TT_DIR)/|g;s|i386-apple-darwin10.4.0/|$(TARGET)/|g' >> i386-apple-darwin10.4.0/depend.mk
/usr/bin/cc -MM -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix common/erl_printf_format.c common/erl_printf.c common/erl_misc_utils.c
| sed 's|^([^:]
).o:|$(OBJ_DIR)/\1.o:|g;s|i386-apple-darwin10.4.0/opt/|$(TT_DIR)/|g;s|i386-apple-darwin10.4.0/|$(TARGET)/|g' >> i386-apple-darwin10.4.0/depend.mk
/usr/bin/cc -MM -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix common/erl_memory_trace_parser.c
| sed 's|^([^:]).o:|$(r_OBJ_DIR)/\1.o:|g;s|i386-apple-darwin10.4.0/opt/|$(TT_DIR)/|g;s|i386-apple-darwin10.4.0/|$(TARGET)/|g' >> i386-apple-darwin10.4.0/depend.mk
/usr/bin/cc -MM -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix common/erl_memory_trace_parser.c
| sed 's|^([^:]
).o:|$(OBJ_DIR)/\1.o:|g;s|i386-apple-darwin10.4.0/opt/|$(TT_DIR)/|g;s|i386-apple-darwin10.4.0/|$(TARGET)/|g' >> i386-apple-darwin10.4.0/depend.mk
cd erts && ERL_TOP=/private/tmp/homebrew-erlang-R14B-uwb3 make NO_START_SCRIPTS=true FLAVOR=
make -f i386-apple-darwin10.4.0/Makefile generate
/bin/mkdir -p i386-apple-darwin10.4.0/opt/smp
/bin/mkdir -p obj/i386-apple-darwin10.4.0/opt/smp
LANG=C /opt/local/bin/perl utils/beam_makeops -outdir i386-apple-darwin10.4.0/opt/smp
-emulator /private/tmp/homebrew-erlang-R14B-uwb3/lib/compiler/src/genop.tab beam/ops.tab hipe/hipe_ops.tab
LANG=C /opt/local/bin/perl utils/make_driver_tab -o i386-apple-darwin10.4.0/opt/smp/driver_tab.c obj/i386-apple-darwin10.4.0/opt/smp/efile_drv.o obj/i386-apple-darwin10.4.0/opt/smp/inet_drv.o obj/i386-apple-darwin10.4.0/opt/smp/zlib_drv.o obj/i386-apple-darwin10.4.0/opt/smp/ram_file_drv.o obj/i386-apple-darwin10.4.0/opt/smp/ttsl_drv.o
LANG=C /opt/local/bin/perl utils/make_alloc_types -src beam/erl_alloc.types -dst i386-apple-darwin10.4.0/opt/smp/erl_alloc_types.h threads hipe smp nofrag unix
m4 -DERTS_SMP=1 -DTARGET=i386-apple-darwin10.4.0 -DOPSYS=darwin -DARCH=amd64 hipe/hipe_x86_asm.m4 > i386-apple-darwin10.4.0/opt/smp/hipe_x86_asm.h
m4 -DERTS_SMP=1 -DTARGET=i386-apple-darwin10.4.0 -DOPSYS=darwin -DARCH=amd64 hipe/hipe_amd64_asm.m4 > i386-apple-darwin10.4.0/opt/smp/hipe_amd64_asm.h
m4 -DERTS_SMP=1 -DTARGET=i386-apple-darwin10.4.0 -DOPSYS=darwin -DARCH=amd64 hipe/hipe_sparc_asm.m4 > i386-apple-darwin10.4.0/opt/smp/hipe_sparc_asm.h
m4 -DERTS_SMP=1 -DTARGET=i386-apple-darwin10.4.0 -DOPSYS=darwin -DARCH=amd64 hipe/hipe_ppc_asm.m4 > i386-apple-darwin10.4.0/opt/smp/hipe_ppc_asm.h
m4 -DERTS_SMP=1 -DTARGET=i386-apple-darwin10.4.0 -DOPSYS=darwin -DARCH=amd64 hipe/hipe_arm_asm.m4 > i386-apple-darwin10.4.0/opt/smp/hipe_arm_asm.h
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c hipe/hipe_mkliterals.c -o obj/i386-apple-darwin10.4.0/opt/smp/hipe_mkliterals.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -o /private/tmp/homebrew-erlang-R14B-uwb3/bin/i386-apple-darwin10.4.0/hipe_mkliterals.smp obj/i386-apple-darwin10.4.0/opt/smp/hipe_mkliterals.o
/private/tmp/homebrew-erlang-R14B-uwb3/bin/i386-apple-darwin10.4.0/hipe_mkliterals.smp -c > i386-apple-darwin10.4.0/opt/smp/hipe_literals.h
make -f i386-apple-darwin10.4.0/Makefile TYPE=opt
cd /private/tmp/homebrew-erlang-R14B-uwb3/erts/lib_src && make opt
make -f i386-apple-darwin10.4.0/Makefile TYPE=opt
/bin/mkdir -p obj/i386-apple-darwin10.4.0/opt
/bin/mkdir -p ../lib/i386-apple-darwin10.4.0
/bin/mkdir -p obj/i386-apple-darwin10.4.0/opt/r
/bin/mkdir -p ../lib/internal/i386-apple-darwin10.4.0
/usr/bin/cc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix -c common/ethr_aux.c -o obj/i386-apple-darwin10.4.0/opt/r/ethr_aux.o
/usr/bin/cc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix -c common/ethr_mutex.c -o obj/i386-apple-darwin10.4.0/opt/r/ethr_mutex.o
/usr/bin/cc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix -c common/ethr_cbf.c -o obj/i386-apple-darwin10.4.0/opt/r/ethr_cbf.o
/usr/bin/cc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix -c pthread/ethread.c -o obj/i386-apple-darwin10.4.0/opt/r/ethread.o
/usr/bin/cc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix -c pthread/ethr_event.c -o obj/i386-apple-darwin10.4.0/opt/r/ethr_event.o
ar rcv ../lib/internal/i386-apple-darwin10.4.0/libethread.a obj/i386-apple-darwin10.4.0/opt/r/ethr_aux.o obj/i386-apple-darwin10.4.0/opt/r/ethr_mutex.o obj/i386-apple-darwin10.4.0/opt/r/ethr_cbf.o obj/i386-apple-darwin10.4.0/opt/r/ethread.o obj/i386-apple-darwin10.4.0/opt/r/ethr_event.o
a - obj/i386-apple-darwin10.4.0/opt/r/ethr_aux.o
a - obj/i386-apple-darwin10.4.0/opt/r/ethr_mutex.o
a - obj/i386-apple-darwin10.4.0/opt/r/ethr_cbf.o
a - obj/i386-apple-darwin10.4.0/opt/r/ethread.o
a - obj/i386-apple-darwin10.4.0/opt/r/ethr_event.o
ranlib ../lib/internal/i386-apple-darwin10.4.0/libethread.a
/usr/bin/cc -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_memory_trace_parser.c -o obj/i386-apple-darwin10.4.0/opt/erl_memory_trace_parser.o
ar rcv ../lib/i386-apple-darwin10.4.0/liberts.a obj/i386-apple-darwin10.4.0/opt/erl_memory_trace_parser.o
a - obj/i386-apple-darwin10.4.0/opt/erl_memory_trace_parser.o
ranlib ../lib/i386-apple-darwin10.4.0/liberts.a
/usr/bin/cc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_memory_trace_parser.c -o obj/i386-apple-darwin10.4.0/opt/r/erl_memory_trace_parser.o
ar rcv ../lib/i386-apple-darwin10.4.0/liberts_r.a obj/i386-apple-darwin10.4.0/opt/r/erl_memory_trace_parser.o
a - obj/i386-apple-darwin10.4.0/opt/r/erl_memory_trace_parser.o
ranlib ../lib/i386-apple-darwin10.4.0/liberts_r.a
/usr/bin/cc -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_printf_format.c -o obj/i386-apple-darwin10.4.0/opt/erl_printf_format.o
/usr/bin/cc -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_printf.c -o obj/i386-apple-darwin10.4.0/opt/erl_printf.o
/usr/bin/cc -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_misc_utils.c -o obj/i386-apple-darwin10.4.0/opt/erl_misc_utils.o
ar rcv ../lib/internal/i386-apple-darwin10.4.0/liberts_internal.a obj/i386-apple-darwin10.4.0/opt/erl_printf_format.o obj/i386-apple-darwin10.4.0/opt/erl_printf.o obj/i386-apple-darwin10.4.0/opt/erl_misc_utils.o
a - obj/i386-apple-darwin10.4.0/opt/erl_printf_format.o
a - obj/i386-apple-darwin10.4.0/opt/erl_printf.o
a - obj/i386-apple-darwin10.4.0/opt/erl_misc_utils.o
ranlib ../lib/internal/i386-apple-darwin10.4.0/liberts_internal.a
/usr/bin/cc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_printf_format.c -o obj/i386-apple-darwin10.4.0/opt/r/erl_printf_format.o
/usr/bin/cc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_printf.c -o obj/i386-apple-darwin10.4.0/opt/r/erl_printf.o
/usr/bin/cc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_misc_utils.c -o obj/i386-apple-darwin10.4.0/opt/r/erl_misc_utils.o
ar rcv ../lib/internal/i386-apple-darwin10.4.0/liberts_internal_r.a obj/i386-apple-darwin10.4.0/opt/r/erl_printf_format.o obj/i386-apple-darwin10.4.0/opt/r/erl_printf.o obj/i386-apple-darwin10.4.0/opt/r/erl_misc_utils.o
a - obj/i386-apple-darwin10.4.0/opt/r/erl_printf_format.o
a - obj/i386-apple-darwin10.4.0/opt/r/erl_printf.o
a - obj/i386-apple-darwin10.4.0/opt/r/erl_misc_utils.o
ranlib ../lib/internal/i386-apple-darwin10.4.0/liberts_internal_r.a
make -f i386-apple-darwin10.4.0/Makefile TYPE=opt
/usr/bin/cc -c -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/adler32.o adler32.c
/usr/bin/cc -c -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/compress.o compress.c
/usr/bin/cc -c -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/crc32.o crc32.c
/usr/bin/cc -c -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/uncompr.o uncompr.c
/usr/bin/cc -c -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/deflate.o deflate.c
/usr/bin/cc -c -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/trees.o trees.c
/usr/bin/cc -c -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/zutil.o zutil.c
/usr/bin/cc -c -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/inflate.o inflate.c
/usr/bin/cc -c -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/inftrees.o inftrees.c
/usr/bin/cc -c -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/inffast.o inffast.c
ar rc /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/libz.a /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/adler32.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/compress.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/crc32.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/uncompr.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/deflate.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/trees.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/zutil.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/inflate.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/inftrees.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/zlib/obj/i386-apple-darwin10.4.0/opt/inffast.o
make -f i386-apple-darwin10.4.0/Makefile TYPE=opt
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_latin_1_table.o pcre_latin_1_table.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_compile.o pcre_compile.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_config.o pcre_config.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_dfa_exec.o pcre_dfa_exec.c
for x in grep -n COST_CHK pcre_exec.c | grep -v 'COST_CHK(N)' | awk -F: '{print $1}';
do
N=expr $x + 100;
echo "case $N: goto L_LOOP_COUNT_${x};";
done > pcre_exec_loop_break_cases.inc
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_exec.o pcre_exec.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_fullinfo.o pcre_fullinfo.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_get.o pcre_get.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_globals.o pcre_globals.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_info.o pcre_info.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_maketables.o pcre_maketables.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_newline.o pcre_newline.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_ord2utf8.o pcre_ord2utf8.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_refcount.o pcre_refcount.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_study.o pcre_study.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_tables.o pcre_tables.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_try_flipped.o pcre_try_flipped.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_ucp_searchfuncs.o pcre_ucp_searchfuncs.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_valid_utf8.o pcre_valid_utf8.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_version.o pcre_version.c
/usr/bin/cc -c -O3 -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_xclass.o pcre_xclass.c
ar rc /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/libepcre.a /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_latin_1_table.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_compile.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_config.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_dfa_exec.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_exec.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_fullinfo.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_get.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_globals.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_info.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_maketables.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_newline.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_ord2utf8.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_refcount.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_study.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_tables.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_try_flipped.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_ucp_searchfuncs.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_valid_utf8.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_version.o /private/tmp/homebrew-erlang-R14B-uwb3/erts/emulator/pcre/obj/i386-apple-darwin10.4.0/opt/pcre_xclass.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c sys/unix/erl_main.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_main.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -Idrivers/common -c i386-apple-darwin10.4.0/preload.c -o obj/i386-apple-darwin10.4.0/opt/smp/preload.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -Idrivers/common -c i386-apple-darwin10.4.0/erl_pbifs.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_pbifs.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/benchmark.c -o obj/i386-apple-darwin10.4.0/opt/smp/benchmark.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_alloc.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_alloc.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_mtrace.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_mtrace.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_alloc_util.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_alloc_util.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_goodfit_alloc.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_goodfit_alloc.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_bestfit_alloc.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_bestfit_alloc.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_afit_alloc.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_afit_alloc.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_instrument.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_instrument.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_init.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_init.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -Idrivers/common -c i386-apple-darwin10.4.0/erl_atom_table.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_atom_table.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -Idrivers/common -c i386-apple-darwin10.4.0/erl_bif_table.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_bif_table.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_bif_ddll.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_bif_ddll.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_bif_guard.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_bif_guard.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_bif_info.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_bif_info.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_bif_op.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_bif_op.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_bif_os.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_bif_os.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_bif_lists.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_bif_lists.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_bif_trace.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_bif_trace.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -Idrivers/common -c i386-apple-darwin10.4.0/erl_bif_wrap.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_bif_wrap.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_trace.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_trace.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/copy.c -o obj/i386-apple-darwin10.4.0/opt/smp/copy.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/utils.c -o obj/i386-apple-darwin10.4.0/opt/smp/utils.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/bif.c -o obj/i386-apple-darwin10.4.0/opt/smp/bif.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/io.c -o obj/i386-apple-darwin10.4.0/opt/smp/io.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_printf_term.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_printf_term.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_debug.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_debug.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_md5.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_md5.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_message.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_message.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ii386-apple-darwin10.4.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ii386-apple-darwin10.4.0 -Izlib -Ipcre -Ihipe -I../include -I../include/i386-apple-darwin10.4.0 -I../include/internal -I../include/internal/i386-apple-darwin10.4.0 -c beam/erl_process.c -o obj/i386-apple-darwin10.4.0/opt/smp/erl_process.o
/usr/bin/cc -mdynamic-no-pic -m64 -O3 -march=core2 -msse4.1 -w -pipe -I/private/tmp/homebrew-erlang-R14B-uwb3/erts/i386-apple-darwin10.4.0 -no-cpp-precomp -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_R

@boorad
Copy link
Author

boorad commented Sep 20, 2010

http://friendpaste.com/7bDkpdUPCcIdALBxvsCVSL

Things get interesting around line 1587

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment