From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: Re: Unable to build guile Date: Sun, 09 Nov 2008 22:48:05 +0100 Message-ID: <87y6zsinai.fsf@gnu.org> References: <490CC562.9070501@aceweb.com> <87bpwx98f7.fsf@gnu.org> <490E7842.9040903@aceweb.com> <87d4hdmbw8.fsf@gnu.org> <490F78C1.9020703@aceweb.com> <87ljw01lm1.fsf@gnu.org> <490FB08F.7030903@aceweb.com> <87prlbwxth.fsf@gnu.org> <4910B219.9000301@aceweb.com> <87tzamy1ve.fsf@gnu.org> <49120D5C.8040903@aceweb.com> <87iqr1t7p8.fsf@gnu.org> <4913983F.2090204@aceweb.com> <87fxm2az1c.fsf@gnu.org> <4916328E.9090104@aceweb.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226267318 1813 80.91.229.12 (9 Nov 2008 21:48:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Nov 2008 21:48:38 +0000 (UTC) Cc: Dwight To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Nov 09 22:49:41 2008 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KzIA5-0005Zk-7r for guile-bugs@m.gmane.org; Sun, 09 Nov 2008 22:49:37 +0100 Original-Received: from localhost ([127.0.0.1]:59844 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzI8x-0008Nf-M1 for guile-bugs@m.gmane.org; Sun, 09 Nov 2008 16:48:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzI8s-0008NP-0S for bug-guile@gnu.org; Sun, 09 Nov 2008 16:48:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzI8q-0008ND-JF for bug-guile@gnu.org; Sun, 09 Nov 2008 16:48:20 -0500 Original-Received: from [199.232.76.173] (port=42166 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzI8q-0008NA-CW for bug-guile@gnu.org; Sun, 09 Nov 2008 16:48:20 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:52015 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KzI8p-0001P5-Tf for bug-guile@gnu.org; Sun, 09 Nov 2008 16:48:20 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KzI8j-0007ig-VY for bug-guile@gnu.org; Sun, 09 Nov 2008 21:48:13 +0000 Original-Received: from reverse-83.fdn.fr ([80.67.176.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Nov 2008 21:48:13 +0000 Original-Received: from ludo by reverse-83.fdn.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Nov 2008 21:48:13 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: reverse-83.fdn.fr X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 19 Brumaire an 217 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: i686-pc-linux-gnu User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) Cancel-Lock: sha1:0rNfKbid+jCg9KsZTMvl9sKABZk= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4086 Archived-At: Hello, Dwight 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'.