From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: guile-2.0.11 installation on system with 2.0.5 Date: Sun, 14 Sep 2014 15:32:15 +0100 Message-ID: <87egvel1cg.fsf@ossau.homelinux.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1410705170 31078 80.91.229.3 (14 Sep 2014 14:32:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Sep 2014 14:32:50 +0000 (UTC) Cc: guile-user@gnu.org To: Federico Beffa Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Sep 14 16:32:43 2014 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XTAr5-0007lx-1U for guile-user@m.gmane.org; Sun, 14 Sep 2014 16:32:43 +0200 Original-Received: from localhost ([::1]:54870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTAr4-0005WD-Lk for guile-user@m.gmane.org; Sun, 14 Sep 2014 10:32:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTAqp-0005Vz-Mf for guile-user@gnu.org; Sun, 14 Sep 2014 10:32:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTAqj-0004vL-QC for guile-user@gnu.org; Sun, 14 Sep 2014 10:32:27 -0400 Original-Received: from out1.ip07ir2.opaltelecom.net ([62.24.128.243]:28004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTAqj-0004v4-KC for guile-user@gnu.org; Sun, 14 Sep 2014 10:32:21 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtcHAIGlFVROkRj0PGdsb2JhbABggw2IXcljAYEDFwUBAQEBODeEBAEBAwFWIwULCAMhJQ8BBCUKGhOINgy3dwEXjmBtB4RLAQSRJYtjmR48L4JKAQEB X-IPAS-Result: AtcHAIGlFVROkRj0PGdsb2JhbABggw2IXcljAYEDFwUBAQEBODeEBAEBAwFWIwULCAMhJQ8BBCUKGhOINgy3dwEXjmBtB4RLAQSRJYtjmR48L4JKAQEB X-IronPort-AV: E=Sophos;i="5.04,521,1406588400"; d="scan'208";a="121203471" Original-Received: from host-78-145-24-244.as13285.net (HELO arudy) ([78.145.24.244]) by out1.ip07ir2.opaltelecom.net with ESMTP; 14 Sep 2014 15:32:19 +0100 Original-Received: from neil-laptop.ossau.homelinux.net (unknown [192.168.11.4]) by arudy (Postfix) with ESMTPSA id F08FB380F3; Sun, 14 Sep 2014 15:32:00 +0100 (BST) In-Reply-To: (Federico Beffa's message of "Sat, 13 Sep 2014 14:52:48 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 62.24.128.243 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11498 Archived-At: Federico Beffa writes: > Hi, > > I'm on Debian 7.6 with guile-2.0.5 installed. I would like to install > a newer version of guile. Therefore I downloaded 2.0.11 and installed > in /usr/local with > > ./configure > make > sudo make install > > Everything appeared to be fine. However, with my surprise, when I > started the newly installed guile with > > $ /usr/local/bin/guile > > I was greeted with > > GNU Guile 2.0.5-deb+1-3 > Copyright (C) 1995-2012 Free Software Foundation, Inc. > ... > > which correspond to the version provided by the Debian package. > > Am I doing something wrong? Is it possible to have two guile versions > on the same system? This is just a guess, but what happens if you do this: $ LD_LIBRARY_PATH=/usr/local/lib /usr/local/bin/guile Regards, Neil