unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Vernon Oberholzer <vo2521@gmail.com>
To: Federico Beffa <beffa@ieee.org>
Cc: guile-user@gnu.org
Subject: Re: guile-2.0.11 installation on system with 2.0.5
Date: Sun, 14 Sep 2014 01:17:41 +0000	[thread overview]
Message-ID: <CAGX95Fi+xKgymXZYV65AkgDPF3kcTzXV1rnV2AOtVFkirhRJsA@mail.gmail.com> (raw)
In-Reply-To: <CAKrPhPPzrq0TG1B3nW0t2ZrdQpqVbQNggwo3BbDbTkNz_FBJLA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1487 bytes --]

Hi Federico,
That is odd, on my Debian "wheezy" system, the debian packaged guile is a
symbolic link /usr/bin/guile to
/etc/alternatives/guile, which in turn is a symbolic link to
/usr/bin/guile-2.0 . What returns from the command "which guile" on your
system ?

The method I have tended to use, which may not be the ideal way, but works
for my purposes is
to create a dir, /usr/local/guile2 and then
./configure --prefix=/usr/local/guile2
make && make install

I like this method, as when further releases come out, for example 2.0.12,
I can simply create
another dir, for example, /usr/local/guile2012

I have geiser with emacs installed, so in my .emacs I have
(setq geiser-guile-binary "/usr/local/guile2/bin/guile")


Kind Regards,
Vernon Oberholzer


On Sat, Sep 13, 2014 at 12:52 PM, Federico Beffa <beffa@ieee.org> wrote:

> 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
>
>

[-- Attachment #2: Type: text/html, Size: 2150 bytes --]

  reply	other threads:[~2014-09-14  1:17 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-13 12:52 guile-2.0.11 installation on system with 2.0.5 Federico Beffa
2014-09-14  1:17 ` Vernon Oberholzer [this message]
2014-09-14 14:32 ` Neil Jerram
2014-09-14 14:33 ` Ludovic Courtès
  -- strict thread matches above, loose matches on Subject: below --
2014-09-14  8:02 Federico Beffa
2014-09-14 15:37 Federico Beffa
2014-09-15  1:16 ` mhw
2014-09-15  9:49   ` Neil Jerram
2014-09-15 10:22     ` Federico Beffa
2014-09-15 10:44       ` Chris Vine
2014-09-15 14:15     ` Mark H Weaver
2014-09-15 10:27   ` Chris Vine
2014-09-14 15:42 Federico Beffa
2014-09-14 23:07 ` Chris Vine
2014-09-15  7:50 ` Ludovic Courtès
2014-09-15 11:46 Federico Beffa
2014-09-15 15:00 ` Chris Vine
2014-09-16 16:26   ` Mark H Weaver
2014-09-15 16:46 Federico Beffa
2014-09-15 17:33 ` David Pirotte
2014-09-16 11:09 Federico Beffa
2014-09-16 13:13 ` Federico Beffa
2014-09-16 18:16   ` David Pirotte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGX95Fi+xKgymXZYV65AkgDPF3kcTzXV1rnV2AOtVFkirhRJsA@mail.gmail.com \
    --to=vo2521@gmail.com \
    --cc=beffa@ieee.org \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).