From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Federico Beffa Newsgroups: gmane.lisp.guile.user Subject: guile-2.0.11 installation on system with 2.0.5 Date: Sat, 13 Sep 2014 14:52:48 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1410612789 27936 80.91.229.3 (13 Sep 2014 12:53:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Sep 2014 12:53:09 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Sep 13 14:53:02 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 1XSmp3-0008Tq-Kv for guile-user@m.gmane.org; Sat, 13 Sep 2014 14:53:01 +0200 Original-Received: from localhost ([::1]:49615 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSmp3-0008Oy-Bp for guile-user@m.gmane.org; Sat, 13 Sep 2014 08:53:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSmov-0008On-Iu for guile-user@gnu.org; Sat, 13 Sep 2014 08:52:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSmou-0007kB-Pu for guile-user@gnu.org; Sat, 13 Sep 2014 08:52:53 -0400 Original-Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:49618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSmou-0007k4-HL for guile-user@gnu.org; Sat, 13 Sep 2014 08:52:52 -0400 Original-Received: by mail-la0-f50.google.com with SMTP id ty20so2410234lab.23 for ; Sat, 13 Sep 2014 05:52:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=ArxllMqRsMtOxQa67BCKSPd26ssLH0mSlaF09uaHrgo=; b=mHpWufxrrkSkBy1uuBhhbJ1kT0siNnPfKnPg0FPbkurVIRYokFlCbR5RKHnI9wA+2i ymWmNscfGxxTwIFdsBoOcpvXwZtLPrdQYxc9u4bzIQA1PVxTJAcsXRw/mxkE9VN1xrbO NG/wyAcyRaxbjHnHsZKHXdprutAqccJrvjWYjlMr/3xEQ4/cGhAScOTRkMvcxjPjd+hV vEl/3QccbfZEqLnJXwCw0dnE7kLB6YkF8ckSOvwcGXCiX7ZgBsrUuJ3Jj24zGTX/3QkZ 2bWBe+tPUJ5hNp1kXfTgYZXvu1eHWP9NppA8AfcBkHeGip4/GiPy1C2069kR/qhddbjp EKYg== X-Received: by 10.152.1.6 with SMTP id 6mr16055891lai.22.1410612768893; Sat, 13 Sep 2014 05:52:48 -0700 (PDT) Original-Received: by 10.114.26.101 with HTTP; Sat, 13 Sep 2014 05:52:48 -0700 (PDT) X-Google-Sender-Auth: 4LwbTdWoKsYeHJMpCmqi8k7WqJs X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::232 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:11494 Archived-At: 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? Regards, Fede