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.user Subject: Re: Guile Build Errors Date: Wed, 02 Sep 2009 10:44:10 +0200 Message-ID: <87k50h20th.fsf@gnu.org> References: <25167250.post@talk.nabble.com> <87ljl040px.fsf@gnu.org> <25236356.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251881097 3421 80.91.229.12 (2 Sep 2009 08:44:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Sep 2009 08:44:57 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Sep 02 10:44:51 2009 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MilSU-0001No-Kg for guile-user@m.gmane.org; Wed, 02 Sep 2009 10:44:50 +0200 Original-Received: from localhost ([127.0.0.1]:56511 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MilSU-0000FN-0A for guile-user@m.gmane.org; Wed, 02 Sep 2009 04:44:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MilSO-0000Dv-Qj for guile-user@gnu.org; Wed, 02 Sep 2009 04:44:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MilSK-0000BT-30 for guile-user@gnu.org; Wed, 02 Sep 2009 04:44:44 -0400 Original-Received: from [199.232.76.173] (port=41072 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MilSJ-0000BO-Uq for guile-user@gnu.org; Wed, 02 Sep 2009 04:44:39 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:51535) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MilSJ-0006Vv-Ht for guile-user@gnu.org; Wed, 02 Sep 2009 04:44:39 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1MilSD-0001JW-Mg for guile-user@gnu.org; Wed, 02 Sep 2009 10:44:33 +0200 Original-Received: from laptop-147-210-128-170.labri.fr ([147.210.128.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Sep 2009 10:44:33 +0200 Original-Received: from ludo by laptop-147-210-128-170.labri.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Sep 2009 10:44:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 52 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: laptop-147-210-128-170.labri.fr X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 16 Fructidor an 217 de la =?iso-8859-1?Q?R=E9volutio?= =?iso-8859-1?Q?n?= 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: x86_64-unknown-linux-gnu User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:6Hf4ONpW6xl5ifI+lz3A3g+8GjA= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7432 Archived-At: Hello, bornlibra23 writes: >>Can you post the GNU triplet as returned by `./build-aux/config.guess'? > bash-2.05$ ./build-aux/config.guess > i786-stratus-vos I've never seen that. > +d-aux/compile gcc linker (/system/gnu_library/bin/ld) supports shared > libraries > configure:10245: result: no [...] > configure:12172: checking whether to build shared libraries > configure:12193: result: no That means `load-extension' et al. won't work (we could use Libtool's preopen magic to make it work with static libraries, but we currently don't). I guess your linker supports shared libs but the `configure' somehow fails to see it. Apparently Libtool's `_LT_LINKER_SHLIBS' M4 macro hasn't been ported to your platform, leading to this incorrect diagnostic. Can you report this to bug-libtool@gnu.org? In the meantime, can you try "./configure --with-gnu-ld" and report the output of `grep' similarly? > : In procedure scm-error in expression (scm-error (quote > misc-error) #f ...): > : Undefined variable: string-ci bash-2.05$ ./check-guile > Testing /users/awarikoo/OpenSource/guile-1.8.7/pre-inst-guile ... > with GUILE_LOAD_PATH=/users/awarikoo/OpenSource/guile-1.8.7/test-suite > ERROR: In procedure symbol->string: > ERROR: Wrong type argument in position 1 (expecting symbol): # 40087fd0; GC missed a reference> OK, so it barfs very early. I don't have access to an "i786" machine, so I'm afraid I won't be able to help much. Thanks, Ludo'.