I think the make dependencies are a bit troublesome. They don't handle a configure change all that well.<div><br></div><div>Try building in a clean environment without halfword and it should work fine.</div><div><br></div>
<div>I just tried git clone ... && cd otp && ./otp_build autoconf && ./configure  --without-javac --enable-smp-support  --enable-threads   --enable-darwin-64bit  enable-m64-build --enable-wx && make on my imac just to be sure and that works fine.<br>
<br>// Björn-Egil<br><br><div class="gmail_quote">2013/3/2 Max Lapshin <span dir="ltr"><<a href="mailto:max.lapshin@gmail.com" target="_blank">max.lapshin@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">And we end up with:<div><br></div><div><br></div><div><div>gcc -m64 -m64  -o /Users/max/Sites/otp_src_R16B/bin/x86_64-apple-darwin11.4.2/epmd /Users/max/Sites/otp_src_R16B/erts/obj/x86_64-apple-darwin11.4.2/epmd.o /Users/max/Sites/otp_src_R16B/erts/obj/x86_64-apple-darwin11.4.2/epmd_cli.o /Users/max/Sites/otp_src_R16B/erts/obj/x86_64-apple-darwin11.4.2/epmd_srv.o  -lutil -ldl -lm  -L../../lib/internal/x86_64-apple-darwin11.4.2 -lerts_internal  -lm</div>

<div>make -f x86_64-apple-darwin11.4.2/Makefile TYPE=opt</div><div>make[3]: Nothing to be done for `all'.</div><div>cd lib && \</div><div><span style="white-space:pre-wrap">     </span>  ERL_TOP=/Users/max/Sites/otp_src_R16B PATH=/Users/max/Sites/otp_src_R16B/bootstrap/bin:"${PATH}" \</div>

<div><span style="white-space:pre-wrap">          </span>make opt SECONDARY_BOOTSTRAP=true</div><div>Makefile:71: warning: overriding commands for target `clean'</div><div>/Users/max/Sites/otp_src_R16B/make/<a href="http://otp_subdir.mk:28" target="_blank">otp_subdir.mk:28</a>: warning: ignoring old commands for target `clean'</div>

<div>=== Entering application hipe</div><div>erlc -W  +debug_info +warn_exported_vars +warn_missing_spec +warn_untyped_record -o../ebin hipe_consttab.erl</div><div>Missing alloc function for sbmbc_low_alloc</div><div>make[3]: *** [../ebin/hipe_consttab.beam] Abort trap: 6</div>
<div class="im">
<div>make[2]: *** [opt] Error 2</div></div><div>make[1]: *** [opt] Error 2</div><div>make: *** [secondary_bootstrap_build] Error 2</div></div><div><br></div><div><br></div><div><br></div></div>
</blockquote></div><br></div>