Jon Olsson [2006-03-22, 23:19:41]: > On Tue, Mar 21, 2006 at 07:45:54PM +0100, steven mestdagh wrote: > [snip] > > in the mean time Mark Kettenis has committed a new asm implementation > > for exp(3). anyway, erlang is still failing. it is trying to multiply > > 3.23E+133 by 3.57E+257 and hangs there. no exp(3) involved afaik. > > See: > http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/erlang/patches/patch-ac?rev=1.3&content-type=text/x-cvsweb-markup > > and > > http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/erlang/patches/patch-ad?rev=1.1&content-type=text/x-cvsweb-markup > > For possible workaronds. I have no amd64 system, so I can't test this.
yep, that works, thanks. does not build yet, configure is creating x86_64- directories, but then it wants to use amd64-. ===> Building for erlang-10B_9 cd erts/emulator && ERL_TOP=/home/smestdag/objports/erlang-10B_9/otp_src_R10B-9 gmake generate depend gmake[1]: Entering directory `/home/smestdag/objports/erlang-10B_9/otp_src_R10B-9/erts/emulator' gmake -f amd64-unknown-openbsd3.9/Makefile generate gmake[2]: Entering directory `/home/smestdag/objports/erlang-10B_9/otp_src_R10B-9/erts/emulator' gmake[2]: amd64-unknown-openbsd3.9/Makefile: No such file or directory gmake[2]: *** No rule to make target `amd64-unknown-openbsd3.9/Makefile'. Stop. let me know if you need a build log, or config.log. for the update, it would be good if you could do something about the directories with versions. as nikolay suggested, remove the versions, or failing that, you could put them in variables and use SUBST_VARS or such. steven Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm