--with-blas/lapack being ignored
Ben Abbott
bpabbott at mac.com
Fri Dec 7 22:39:10 CST 2007
On Dec 7, 2007, at 11:33 PM, John W. Eaton wrote:
> On 7-Dec-2007, Ben Abbott wrote:
>
> |
> | 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
> | >
> | > Does the following patch help?
> | >
> |
> | With the patch applied the execution jumps from line 307 to 313.
>
> That's expected, since t->tm_zone is 0.
>
> Apparently you are compiling with HAVE_STRUCT_TM_TM_ZONE defined.
>
> Was HAVE_STRPTIME also defined, so that everything is the same as it
> was originally (when the crash was happening) except that you've now
> applied the patch?
I left the config.h as it was created
[...]
/* Define to 1 if you have the `strptime' function. */
#define HAVE_STRPTIME 1
[...]
/* Define to 1 if `tm_zone' is member of `struct tm'. */
#define HAVE_STRUCT_TM_TM_ZONE 1
[...]
/* Define if strptime is broken on your system */
/* #undef OCTAVE_HAVE_BROKEN_STRPTIME */
[...]
Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.cae.wisc.edu/pipermail/bug-octave/attachments/20071207/053ec535/attachment-0001.html
More information about the Bug-octave
mailing list