Re: GNU Guile 2.9.4 Released [beta]

Thomas Morley <[email protected]> Mon, 26 Aug 2019 18:39:02 +0200
Newsgroups gmane.lisp.guile.devel,gmane.lisp.guile.sources
Message-ID <CABsfGyWggdyXj5uizJi9A9W9t=3RzHuyvEnBXZHxcF4kj-K-tg@mail.gmail.com>
Am So., 25. Aug. 2019 um 22:22 Uhr schrieb Andy Wingo <[email protected]>:
>
> We are pleased to announce GNU Guile release 2.9.4.  This is the fourth
> pre-release of what will eventually become the 3.0 release series.

> We encourage you to test this release and provide feedback to
> [email protected], and to file bugs by sending mail to
> [email protected].

Hi,

I did in my guile-git-repository:

git fetch
git pull -r
git checkout v2.9.4
git checkout -b guile-2.9.4
make clean
sh autogen.sh
./configure
make
sudo make install

All went well, but then doing:
~$ guile
returns:
guile: error while loading shared libraries: libguile-3.0.so.0: cannot
open shared object file: No such file or directory

But
~$ locate libguile-3.0.so.0
returns:
/home/hermann/guile-3.0/libguile/.libs/libguile-3.0.so.0
/home/hermann/guile-3.0/libguile/.libs/libguile-3.0.so.0.0.0

Am I doing something wrong?

Cheers,
  Harm