Can't compile erlang-11.2.0

Mikael Pettersson mikpe@REDACTED
Mon Aug 28 12:58:40 CEST 2006


On Mon, 28 Aug 2006 12:27:11 +0200, Conrad Kostecki wrote:
> Hello!
> I am using Gentoo Linux 2006.0.
> 
> But I just can't compile erlang 11.2.0.

The number "11.2.0" means nothing in the Erlang world.

> I get this Error:
> 
...
> /var/tmp/portage/erlang-11.2.0/work/otp_src_R11B-0/erts/obj.hybrid.beam/i=
> 586-pc-linux-gnu/hipe_x86_bifs.o: In function =
> `nbif_handle_fp_exception':
> i586-pc-linux-gnu/hybrid/hipe_x86_bifs.S:(.text+0x7): undefined =
> reference to `erts_restore_fpu'
> collect2: ld gab 1 als Ende-Status zur=FCck

erts/configure failed to detect working floating-point exceptions
on your machine, and without them, HiPE/x86 won't link.

You can:
a) debug erts/configure (the embedded fpe-test.c program), figure
   out why it doesn't work, and repair it, or
b) ignore the FP problem and ./configure --disable-hipe.

Your choice, but clearly a) is preferred.

/Mikael



More information about the erlang-questions mailing list