--with-blas/lapack being ignored

John W. Eaton jwe at bevo.che.wisc.edu
Fri Dec 7 15:38:45 CST 2007


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

Does the following patch help?

jwe


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
Url: https://www.cae.wisc.edu/pipermail/bug-octave/attachments/20071207/029cd3fb/attachment.ksh 


More information about the Bug-octave mailing list