Hello, Dwight <[EMAIL PROTECTED]> writes:
> Breakpoint 1, main (argc=4, argv=0x2ff22058) at guile.c:72 > 72 guile.c: A file or directory in the path name does not exist.. > in guile.c > Function "get_thread_stack_base" not defined. > > Program received signal SIGSEGV, Segmentation fault. > 0xd004a864 in pthread_mutexattr_init () from > /usr/lib/libpthreads.a(shr_xpg5.o) > Breakpoint 2 at 0xd6c70efc: file gc_os_dep.c, line 1937. > > Program terminated with signal SIGSEGV, Segmentation fault. > The program no longer exists. > /tmp/VIM/guile-1.8.5/the-script:7: Error in sourced command file: > The program is not running. > (gdb) quit Hmm, that's not very helpful. Could you try finding out what it is that determines that the stack base is NULL? Alternatively, if you know of a way we could test Guile on that platform, that would be great. >>> I did a grep on /usr/include and /usr/include/sys >>> >>># grep hstrerror * >>>netdb.h:const char *hstrerror(); >>>netdb.h:const char * hstrerror(int); >> >> >> Is that under /usr/include or /usr/include/sys? > Yes! I mean, was it /usr/include/netdb.h or /usr/include/sys/netdb.h? I assume the latter since <netdb.h> is already included in `net_db.c'. Thanks for your perseverance! Ludo'.
