bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unable to build guile


From: Ludovic Courtès
Subject: Re: Unable to build guile
Date: Sun, 09 Nov 2008 22:48:05 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

Hello,

Dwight <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]