--with-blas/lapack being ignored

Ben Abbott bpabbott at mac.com
Fri Dec 7 17:58:04 CST 2007


On Dec 7, 2007, at 4:38 PM, John W. Eaton wrote:

> On  7-Dec-2007, Ben Abbott wrote:
>
> | forgive me if this is less than useful, but I bailed on ddd and  
> decided to run gdb instead. Once I've stopped on line 307 ...
> |
> | (gdb) display t->tm_zone
> | 2: t->tm_zone = 0x0
> | (gdb) display t
> | 3: t = (tm *) 0xbfffa4e8
>
> Try (p is short for print)
>
>  p t->tm_zone
>  p *t
>

(gdb) p *t
$2 = {
   tm_sec = 0,
   tm_min = 0,
   tm_hour = 0,
   tm_mday = 13,
   tm_mon = 8,
   tm_year = 0,
   tm_wday = 0,
   tm_yday = 0,
   tm_isdst = 0,
   tm_gmtoff = 1679830123,
   tm_zone = 0x0
}

I'll try the patch and recompile next.

Ben


More information about the Bug-octave mailing list