On 6/19/08, Noah Slater <[EMAIL PROTECTED]> wrote: > On Thu, Jun 19, 2008 at 01:23:04AM +0400, Sergei Golovan wrote: > > Could you show the shell output after starting all erlang flavors > > > Interesting, looks like my custom Erlang wasn't building with HiPE after all: > > configure: WARNING: HiPE is not supported on x86 without reliable > floating-point exceptions > > If this is the case, why is erlang-base-hipe installable on my machine?
It doesn't chech the reliability of floating points exceptions during runtime. Only during build. Anyway, I would consider HiPE as an experimental feature which may or may not work. And even if it doesn't it isn't a serious bug at all. Though probably it'd be a good idea to check fp exceptions and warn a user if they aren't reliable. -- Sergei Golovan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

