2016-05-21 22:13 GMT+02:00 <dsm...@roadrunner.com>: > ---- Thomas Morley <thomasmorle...@gmail.com> wrote: >> Hi all, >> >> I cloned the guile-git-repository in my home-directory and tried to >> compile a local branch called `my-v2-second-try` (derived from >> `remotes/origin/stable-2.0`). >> >> Following the steps listed in INSTALL I did >> ./configure > > The INSTALL instruction are for the tarball. See the HACKING file for > building from git. > > Basically, you must run the autogen.sh script before ./configure. > > -Dale >
Got it. It turned out I missed libtool-bin, after installing it the sequence ./autogen.sh ./configure make succeeded. Thanks a lot, Harm