Pierre <[EMAIL PROTECTED]> writes: > > fail: scm_from_double (nan) == +nan.0 > FAIL: test-conversion
See if you can trace through with gdb to see where it fails, ie. if one of the operands is not a nan, or if the comparison has gone wrong. A build with CFLAGS=-g will make source lines work properly, but might also make the problem go away. _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-guile
