From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: guile compile error Date: Mon, 5 Jul 2010 09:53:55 +0800 Message-ID: References: <87zky7q8x3.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e0cb4e384e84962ecc048a9a35e9 X-Trace: dough.gmane.org 1278294844 20715 80.91.229.12 (5 Jul 2010 01:54:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Jul 2010 01:54:04 +0000 (UTC) Cc: guile-devel@gnu.org To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jul 05 03:54:02 2010 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.69) (envelope-from ) id 1OVask-00087q-1S for guile-devel@m.gmane.org; Mon, 05 Jul 2010 03:54:02 +0200 Original-Received: from localhost ([127.0.0.1]:50425 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVasj-0003l8-Ku for guile-devel@m.gmane.org; Sun, 04 Jul 2010 21:54:01 -0400 Original-Received: from [140.186.70.92] (port=39469 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVasg-0003k4-Rz for guile-devel@gnu.org; Sun, 04 Jul 2010 21:53:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVasf-000278-HX for guile-devel@gnu.org; Sun, 04 Jul 2010 21:53:58 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:55288) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVasf-000272-6W for guile-devel@gnu.org; Sun, 04 Jul 2010 21:53:57 -0400 Original-Received: by vws1 with SMTP id 1so6071093vws.0 for ; Sun, 04 Jul 2010 18:53:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=PPrmAscZnAuHqvNkY1NoUKhkiVkpB32NBpQ7xQw1v84=; b=lBTa8uJGJLQzXFtME8TqJsz6kxufEjuypoWeHQuJ16pe0rEsiVFzbUXueknH90n5gj ZsEw2dpXHz4No97I6T96UZU/mHIfTLQvK0lw0OXPUMgHSDSdvtNyYhhehRkxy6OvPj6K oQfuUSh8jVV2JaKZX1vIoS79T4fePmbRRIdyE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=XAOjdsZmhvt7eWZi2Pyl7zbsYiUnD1GbmQaB5fCj40IWldjJe0INp8yFc+W+ZpmV96 9v4efdoYKgyQfqVTtqwCPfeTGrdMTGJ+rcgjXlU5XpHDINSIG6eKi+1nfKbCyPeUSGJj nG5ArZJ2amZV0pjv87C57k9K7OiSO4FRtIZpM= Original-Received: by 10.220.63.4 with SMTP id z4mr1146487vch.131.1278294835472; Sun, 04 Jul 2010 18:53:55 -0700 (PDT) Original-Received: by 10.220.168.204 with HTTP; Sun, 4 Jul 2010 18:53:55 -0700 (PDT) In-Reply-To: <87zky7q8x3.fsf@ossau.uklinux.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:10614 Archived-At: --e0cb4e384e84962ecc048a9a35e9 Content-Type: text/plain; charset=UTF-8 2010/7/5 Neil Jerram > I believe that's what happens when libltdl-dev isn't installed (or your > distribution's equivalent). Please try installing that, and see if it > helps. > > Neil > Thank you very much! But I did install libltdl-dev. And I can compile guile-src now after re-clone src. Anyway, I think that's all my problem, but thanks everyone who gave me a hand. --e0cb4e384e84962ecc048a9a35e9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
2010/7/5 Neil Jerram <<= a href=3D"mailto:neil@ossau.uklinux.net" target=3D"_blank">neil@ossau.uklin= ux.net>


I believe that's what happens when libltdl-dev isn't installed (or = your
distribution's equivalent). =C2=A0Please try installing that, and see i= f it
helps.

=C2=A0 =C2=A0 =C2=A0Neil

Thank you very much!
But I did inst= all libltdl-dev. And I can compile guile-src now after re-clone src.
Any= way, I think that's all my problem, but thanks everyone who gave me a h= and. --e0cb4e384e84962ecc048a9a35e9--