From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Cesar Strauss Newsgroups: gmane.lisp.guile.user Subject: Re: guile-1.8/mingw bootstrap problem Date: Thu, 01 May 2008 16:02:16 -0300 Message-ID: <481A13B8.5030303@gmail.com> References: <87hcdmjrxm.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1209668583 2405 80.91.229.12 (1 May 2008 19:03:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 May 2008 19:03:03 +0000 (UTC) Cc: =?ISO-8859-1?Q?Ludovic_Court=E8s?= To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu May 01 21:03:39 2008 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 1Jre3u-0006du-Hb for guile-user@m.gmane.org; Thu, 01 May 2008 21:03:22 +0200 Original-Received: from localhost ([127.0.0.1]:35836 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jre3D-0000uh-IP for guile-user@m.gmane.org; Thu, 01 May 2008 15:02:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jre31-0000pH-Uy for guile-user@gnu.org; Thu, 01 May 2008 15:02:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jre30-0000nt-Ip for guile-user@gnu.org; Thu, 01 May 2008 15:02:27 -0400 Original-Received: from [199.232.76.173] (port=50248 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jre30-0000no-78 for guile-user@gnu.org; Thu, 01 May 2008 15:02:26 -0400 Original-Received: from mastercea.das.inpe.br ([150.163.28.1]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jre2s-0002ry-Bm; Thu, 01 May 2008 15:02:18 -0400 Original-Received: from [150.163.28.182] (asimov.cea.inpe.br [150.163.28.182]) by mastercea.das.inpe.br (Postfix) with ESMTP id 81CBA16C0245; Thu, 1 May 2008 15:43:48 -0300 (BRT) User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) In-Reply-To: <87hcdmjrxm.fsf@gnu.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) 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:6553 Archived-At: Ludovic Court=E8s wrote: > Hi, >=20 > "Maciek Godek" writes: >=20 >> 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 >=20 > You can help Guile by setting the `GUILE_LOAD_PATH' environment variabl= e > 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. >=20 Alternatively, when configuring, give the prefix in Windows format, i.e. ./configure --prefix=3Dc:/msys/1.0 or equivalently ./configure --prefix=3D`cd /usr && pwd -W` While the MSYS build environment provides a POSIX emulation layer useful=20 for running configure scripts and makefiles, the mingw version of guile=20 is a native Windows application that has no notion of MSYS-specific=20 paths like /usr. Regards, Cesar