[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU Guile 2.9.4 Released [beta]
From: |
Thomas Morley |
Subject: |
Re: GNU Guile 2.9.4 Released [beta] |
Date: |
Mon, 26 Aug 2019 18:39:02 +0200 |
Am So., 25. Aug. 2019 um 22:22 Uhr schrieb Andy Wingo <address@hidden>:
>
> 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
> address@hidden, and to file bugs by sending mail to
> address@hidden.
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