[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unrecognized floating-point format
From: |
Michael Goffioul |
Subject: |
Re: Unrecognized floating-point format |
Date: |
Sat, 27 Jun 2009 22:52:07 +0100 |
On Sat, Jun 27, 2009 at 10:40 PM, Ben Abbott<address@hidden> wrote:
> I pulled and built either Wednesday or Thursday and then again this morning.
> I don't see that problem.
>
> Perhaps its been fixed since you last built?
It actually appeared that the problem was in my lapack library
and probably related to the way I compile it (using f2c). Basically,
I need to disable compiler optimization when compiling dlamch.f
and slamch.f, otherwise the values returned do not match the
ones octave expects.
Michael.