Re: 2.0.11 on OS X 10.9 / Xcode 5.1

2014-04-24 Thread Taylan Ulrich Bayirli/Kammer
Taylan Ulrich Bayirli/Kammer writes: > The next roadblock I hit is that when I run gdb on the guile > executable, it doesn't seem to realize that the libguile dylib is > loaded, so still lacks the debug symbols from it. (When I enter "info > sharedlibrary" it says "No shared libraries loaded at

Re: 2.0.11 on OS X 10.9 / Xcode 5.1

2014-04-24 Thread Mark H Weaver
Taylan Ulrich Bayirli/Kammer wrote: > Running numbers.test > ;;; ("#i1@-0" 1.0 -0.0) > FAIL: numbers.test: string->number: valid complex number strings > > The issue seems to be that (imag-part #i1@-0) => 0.0 instead of -0.0, Taylan and I did some more debugging on IRC, and we determined that th