From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Fu=C2=A0gangqiang?= Newsgroups: gmane.lisp.guile.bugs Subject: guile-1.9.14 problem about (ice-9 readline) modules Date: Sat, 18 Dec 2010 13:29:44 +0800 (CST) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1292650464 12425 80.91.229.12 (18 Dec 2010 05:34:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 18 Dec 2010 05:34:24 +0000 (UTC) To: "Guile bug" Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Dec 18 06:34:20 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PTpQx-0004lI-NL for guile-bugs@m.gmane.org; Sat, 18 Dec 2010 06:34:20 +0100 Original-Received: from localhost ([127.0.0.1]:60091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTpQx-0002l4-41 for guile-bugs@m.gmane.org; Sat, 18 Dec 2010 00:34:19 -0500 Original-Received: from [140.186.70.92] (port=39842 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTpMt-0000FF-3k for bug-guile@gnu.org; Sat, 18 Dec 2010 00:30:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTpMr-0004rr-95 for bug-guile@gnu.org; Sat, 18 Dec 2010 00:30:06 -0500 Original-Received: from m13-59.163.com ([220.181.13.59]:56324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTpMp-0004nA-Mf for bug-guile@gnu.org; Sat, 18 Dec 2010 00:30:05 -0500 Original-Received: from lispor ( [110.52.62.11] ) by ajax-webmail-wmsvr59 (Coremail) ; Sat, 18 Dec 2010 13:29:44 +0800 (CST) X-Originating-IP: [110.52.62.11] X-Priority: 3 X-Mailer: Coremail Webmail Server Version SP_ntes V3.5 build 101029(12229.3533.3507) Copyright (c) 2002-2010 www.mailtech.cn 163com X-CM-TRANSID: O8GowLB7mgHKRgxNiFkCAA--.1531W X-CM-SenderInfo: xolv10ru6rljoofrz/1tbiPgqrp0zBvAoXbQAAs5 X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4920 Archived-At: Hi,all I built guile-1.9.14 on Linux 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC 2010 i686 GNU/Linux but I can not use (ice-9 readline) module ~ $ guile GNU Guile 1.9.14 Copyright (C) 1995-2010 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c' for details. Enter `,help' for help. scheme@(guile-user)> (use-modules (ice-9 readline)) While compiling expression: ERROR: In procedure make_objcode_by_mmap: ERROR: bad header on object file: "GOOF-0.S-LE-4---" scheme@(guile-user)>