Hi,
The Gentoo amd64 and FreeBSD teams have prepared two patches
to make it
compile for our users. amd64 is for the AMD version and
EMT64 from
Intel. Maybe those two could be integrated, they are not
invasive.
Another problem seems to be that erl does not use SMP
capabilities by
default when built with --enable-smp-support. The following
should fix
the problem:
--- /usr/bin/erl.orig 2007-08-14 18:34:12.003297978 +0200
+++ /usr/bin/erl 2007-08-13 03:48:31.445665891 +0200
 -7,4
+7,4 
export ROOTDIR
export BINDIR
export PROGNAME
-exec $BINDIR/erlexec ${1+"$ "}
+exec $BINDIR/erlexec -smp ${1+"$ "}
V-Li
--
http://www.gentoo.org/
http://www.faulhammer.org/
http://www.gnupg.org/
_______________________________________________
erlang-bugs mailing list
erlang-bugs erlang.org
ht
tp://www.erlang.org/mailman/listinfo/erlang-bugs
|