From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: undefined reference to `scm_init_guile' Date: 25 Mar 2006 22:16:03 +0200 Message-ID: <87wteiqnzw.fsf@minimini.mvo.home> 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> <20060310230103.GA12731@esat.kuleuven.be> <87r758rfei.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 1143498395 29037 80.91.229.2 (27 Mar 2006 22:26:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Mar 2006 22:26:35 +0000 (UTC) Cc: steven mestdagh , Guile Development Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Mar 28 00:26:33 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 1FO0AP-0005qQ-BM for guile-devel@m.gmane.org; Tue, 28 Mar 2006 00:26:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FO0AO-0002CU-Qo for guile-devel@m.gmane.org; Mon, 27 Mar 2006 17:26:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FNFB8-0005v0-BA for guile-devel@gnu.org; Sat, 25 Mar 2006 15:16:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FNFB6-0005ug-PL for guile-devel@gnu.org; Sat, 25 Mar 2006 15:16:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNFB6-0005ud-Lm for guile-devel@gnu.org; Sat, 25 Mar 2006 15:16:04 -0500 Original-Received: from [213.243.153.37] (helo=smtp1.pp.htv.fi) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FNFCD-0007p0-W2 for guile-devel@gnu.org; Sat, 25 Mar 2006 15:17:14 -0500 Original-Received: from zagadka.ping.de (cs181072157.pp.htv.fi [82.181.72.157]) by smtp1.pp.htv.fi (Postfix) with SMTP id BDDF17FCCF for ; Sat, 25 Mar 2006 22:16:03 +0200 (EET) Original-Received: (qmail 7541 invoked by uid 1000); 25 Mar 2006 22:16:03 +0200 Original-To: Neil Jerram In-Reply-To: <87r758rfei.fsf@ossau.uklinux.net> Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 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:5811 Archived-At: Neil Jerram writes: > (And interestingly, this program says that __libc_stack_end isn't > needed on my Debian GNU/Linux, despite the comment in threads.c > suggesting that it _is_ needed on Linux.) Ahh. Maybe I just had a buggy version of LinuxThreads at the time. I just tried again on PPC GNU/Linux with libc 2.3.6 (if that is relevant), and I don't need __libc_stack_end either. I will include the test program into configure.in and only use __libc_stack_end (or gc_os_dep) when it is really needed. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel