From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "carlo\.bramix" Newsgroups: gmane.lisp.guile.devel Subject: Re: Again on Windows support (2) Date: Mon, 22 Jun 2009 11:18:05 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1245662444 24780 80.91.229.12 (22 Jun 2009 09:20:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Jun 2009 09:20:44 +0000 (UTC) To: "guile-devel" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 22 11:20:40 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MIfhc-0007L2-0k for guile-devel@m.gmane.org; Mon, 22 Jun 2009 11:20:36 +0200 Original-Received: from localhost ([127.0.0.1]:32995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIfhS-0007NI-63 for guile-devel@m.gmane.org; Mon, 22 Jun 2009 05:20:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIffP-00071U-73 for guile-devel@gnu.org; Mon, 22 Jun 2009 05:18:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIffK-0006zG-72 for guile-devel@gnu.org; Mon, 22 Jun 2009 05:18:18 -0400 Original-Received: from [199.232.76.173] (port=57750 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIffJ-0006z6-Og for guile-devel@gnu.org; Mon, 22 Jun 2009 05:18:13 -0400 Original-Received: from cp-out2.libero.it ([212.52.84.102]:58718) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIffI-0004C9-Tl for guile-devel@gnu.org; Mon, 22 Jun 2009 05:18:13 -0400 Original-Received: from libero.it (192.168.17.14) by cp-out2.libero.it (8.5.107) id 4A37FB06004927B1 for guile-devel@gnu.org; Mon, 22 Jun 2009 11:18:05 +0200 X-Sensitivity: 3 X-XaM3-API-Version: 4.3 (R1) (B3pl25) X-SenderIP: 213.203.169.135 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:8748 Archived-At: Hello, Bug found. The problem seems to happen because the libguile-i18n-v-0 is missing thes= e flags: -export-dynamic -no-undefined Infact it created a static library and not a DLL, I believe it failed for= this reason. Now I try to quickly fix it, I will retest and I will report the result. Sincerely, Carlo Bramini. ---------- Initial Header ----------- >From : "Andy Wingo" wingo@pobox.com To : "carlo.bramix" carlo.bramix@libero.it Cc : "guile-devel" guile-devel@gnu.org Date : Sat, 20 Jun 2009 12:53:48 +0200 Subject : Re: Again on Windows support (2) > On Fri 19 Jun 2009 21:11, "carlo.bramix" write= s: > > > Under Cygwin, compilation advanced much more with newer sources > > (yeah!) > > Cool :) > > > but it gave another error: > > > > GUILE_AUTO_COMPILE=3D0 ../meta/uninstalled-env guile-tools compile -o= "ice-9/i18n. > > go" "ice-9/i18n.scm" > > Backtrace: > [...] > > ?: 34* [load-extension "libguile-i18n-v-0" "scm_init_i18n"] > > > > : In procedure dynamic-link in expression (load-extensi= on "libguile-i18n-v-0" "scm_init_i18n"): > > : file: "libguile-i18n-v-0", message: "can't open the > > module" > > Perhaps something is wrong when linking this module. "Can't open the > module" is not a very good warning :) > > If you've gotten to here, you might be able to run Guile: > > $ meta/guile > > If it doesn't error about srfi-1 lib loading, that means you do have > dynamic library loading working, that it's just a problem with the i18n= > lib. > > Good luck, > > Andy > -- > http://wingolog.org/ >