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-1.8/mingw bootstrap problem Date: Mon, 28 Apr 2008 10:37:41 +0200 Message-ID: <87hcdmjrxm.fsf@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209372025 1551 80.91.229.12 (28 Apr 2008 08:40:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Apr 2008 08:40:25 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Apr 28 10:41:01 2008 connect(): Connection refused 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 1JqOuw-0007f6-V0 for guile-user@m.gmane.org; Mon, 28 Apr 2008 10:40:59 +0200 Original-Received: from localhost ([127.0.0.1]:41679 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqOuG-000193-Ga for guile-user@m.gmane.org; Mon, 28 Apr 2008 04:40:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqOu8-00017j-8w for guile-user@gnu.org; Mon, 28 Apr 2008 04:40:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqOu6-00016m-IM for guile-user@gnu.org; Mon, 28 Apr 2008 04:40:07 -0400 Original-Received: from [199.232.76.173] (port=45690 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqOu6-00016U-1e for guile-user@gnu.org; Mon, 28 Apr 2008 04:40:06 -0400 Original-Received: from main.gmane.org ([80.91.229.2] 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 1JqOu5-0003Ro-Nx for guile-user@gnu.org; Mon, 28 Apr 2008 04:40:05 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JqOu2-0002RS-VQ for guile-user@gnu.org; Mon, 28 Apr 2008 08:40:03 +0000 Original-Received: from 193.50.110.83 ([193.50.110.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Apr 2008 08:40:02 +0000 Original-Received: from ludo by 193.50.110.83 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Apr 2008 08:40:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 193.50.110.83 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 10 =?iso-8859-1?Q?Flor=E9al?= an 216 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEB1F5364 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.1 (gnu/linux) Cancel-Lock: sha1:mCWZJXzrpr4lY5OCDTqaVnqZ/z8= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:6549 Archived-At: Hi, "Maciek Godek" writes: > recently I've compiled guile on mingw32, but I can't > get it running. When I try to do so, I get the following error: > > ERROR: In procedure primitive-load-path: > ERROR: Unable to find file "ice-9/boot-9.scm" in load path > > and the program exits > > boot-9.scm is located in > /usr/share/guile/1.8/ice-9 You can help Guile by setting the `GUILE_LOAD_PATH' environment variable to `/usr/share/guile/1.8/'. Then you can start Guile and look at the value of the `%load-path' variable so see what paths it contains in addition to this one. Thanks, Ludovic.