Hello,

Dwight <[EMAIL PROTECTED]> writes:

>> Hmm, that's not very helpful.  Could you try finding out what it is that
>> determines that the stack base is NULL?
>    I do not understand what you are asking.

Hmm, can you try another thing in GDB:

  b main
  run -q -c 0
  b scm_threads_prehistory
  c
  whatis scm_i_pthread_mutexattr_recursive
  p scm_i_pthread_mutexattr_recursive
  c

And again:

  ./libtool --mode=execute gdb ./libguile/guile -x the-new-script

Sorry but it's quite tedious to debug remotely.  :-(

> # grep hstrerror /usr/include/*
> /usr/include/netdb.h:const char      *hstrerror();
> /usr/include/netdb.h:const char *    hstrerror(int);

Can you check whether these declarations are enclosed in an `#ifdef'?

Thanks,
Ludo'.



Reply via email to