Erlang can be built for 32bit or 64bit on a 64bit OSX machine.   It defaults to 32bit as you found.   Simply pass '--enable-darwin-64bit' to the './configure' line and that will build it for 64bit.   This is similar for all other BSD's and Solaris/OpenSolaris OS's I've tried, you must force the 64bit build.<div>
<br></div><div>-Jared<br><br><div class="gmail_quote">On Thu, Oct 27, 2011 at 10:14 AM, Ivan Ostres <span dir="ltr"><<a href="mailto:iostres@live.com">iostres@live.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi all!<br>
<br>
On Snow Leopard running 64bit kernel, configure set's architecture to be i386:<br>
<br>
[ivan]/opt/otp_src_R14B04 > uname -a<br>
Darwin MacBook-Pro.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_<u></u>X86_64 x86_64<br>
<br>
[ivan]/opt/otp_src_R14B04 > ./configure<br>
checking build system type... i386-apple-darwin10.8.0<br>
checking host system type... i386-apple-darwin10.8.0<br>
<br>
This is definitely wrong. The problem might be this:<br>
<br>
[ivan]/opt/otp_src_R14B04 > uname -p<br>
i386<br>
[ivan]/opt/otp_src_R14B04 > uname -m<br>
x86_64<br>
<br>
Please advise,<br>
Ivan<br>
______________________________<u></u>_________________<br>
erlang-bugs mailing list<br>
<a href="mailto:erlang-bugs@erlang.org" target="_blank">erlang-bugs@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-bugs" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-bugs</a><br>
</blockquote></div><br></div>