From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: steven mestdagh Newsgroups: gmane.lisp.guile.devel Subject: Re: undefined reference to `scm_init_guile' Date: Sat, 11 Mar 2006 00:01:03 +0100 Message-ID: <20060310230103.GA12731@esat.kuleuven.be> References: <87u0a7tfex.fsf@ossau.uklinux.net> <20060310064102.GA11885@esat.kuleuven.be> <87veumvtls.fsf@ossau.uklinux.net> <20060310222332.GA23867@esat.kuleuven.be> <87k6b1x6r7.fsf@ossau.uklinux.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1142108087 4601 80.91.229.2 (11 Mar 2006 20:14:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Mar 2006 20:14:47 +0000 (UTC) Cc: Guile Development Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Mar 11 21:14:45 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FIAU6-00007i-8P for guile-devel@m.gmane.org; Sat, 11 Mar 2006 21:14:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FIAU5-0001F8-KN for guile-devel@m.gmane.org; Sat, 11 Mar 2006 15:14:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FHqbe-000507-FL for guile-devel@gnu.org; Fri, 10 Mar 2006 18:01:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FHqbc-0004zJ-Rh for guile-devel@gnu.org; Fri, 10 Mar 2006 18:01:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FHqbc-0004zD-Nr for guile-devel@gnu.org; Fri, 10 Mar 2006 18:01:08 -0500 Original-Received: from [134.58.240.45] (helo=thumbler.kulnet.kuleuven.ac.be) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FHqf0-0002pd-Ij for guile-devel@gnu.org; Fri, 10 Mar 2006 18:04:38 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP id CA1C4137F39; Sat, 11 Mar 2006 00:01:06 +0100 (CET) Original-Received: from smtp01.kuleuven.be (octavianus.kulnet.kuleuven.ac.be [134.58.240.71]) by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP id D8550138422; Sat, 11 Mar 2006 00:01:05 +0100 (CET) Original-Received: from smtp01.kuleuven.be (localhost.localdomain [127.0.0.1]) by smtp01.kuleuven.be (Postfix) with ESMTP id B548C63E46; Sat, 11 Mar 2006 00:01:05 +0100 (CET) Original-Received: from nijl.esat.kuleuven.be (nijl.esat.kuleuven.be [134.58.56.153]) by smtp01.kuleuven.be (Postfix) with ESMTP id A115163E21; Sat, 11 Mar 2006 00:01:05 +0100 (CET) Original-Received: from ohm.esat.kuleuven.be (ohm.esat.kuleuven.be [134.58.63.167]) by nijl.esat.kuleuven.be (8.13.5/8.13.5) with ESMTP id k2AN152M022749; Sat, 11 Mar 2006 00:01:05 +0100 Original-Received: from ohm.esat.kuleuven.be (smestdag@localhost.esat.kuleuven.be [127.0.0.1]) by ohm.esat.kuleuven.be (8.13.4/8.13.4) with ESMTP id k2AN15J5011423; Sat, 11 Mar 2006 00:01:05 +0100 (CET) Original-Received: (from smestdag@localhost) by ohm.esat.kuleuven.be (8.13.4/8.13.3/Submit) id k2AN13CB010137; Sat, 11 Mar 2006 00:01:03 +0100 (CET) Original-To: Neil Jerram Content-Disposition: inline In-Reply-To: <87k6b1x6r7.fsf@ossau.uklinux.net> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by KULeuven Antivirus Cluster X-Mailman-Approved-At: Fri, 10 Mar 2006 19:03:37 -0500 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5778 Archived-At: Neil Jerram [2006-03-10, 22:41:16]: > steven mestdagh writes: > > > Neil Jerram [2006-03-10, 22:10:39]: > >> > >> Digging a bit further, this looks like it's caused by > >> HAVE_PTHREAD_ATTR_GETSTACK not being defined. Can you confirm that > >> when you run ./configure, it says that pthread_attr_getstack can't be > >> found? > > > > no, this function is found, and HAVE_PTHREAD_ATTR_GETSTACK is defined > > in config.h. > > OK, so it's HAVE_LIBC_STACK_END that is not defined, then? When this > is the case, 1.8 leaves scm_init_guile undefined, whereas 1.6 would > use the vast pile of magic in gc_os_dep.c. indeed this is a function we do not have. Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel