hi all, it tried the following steps from the developers page ( http://www.nongnu.org/guile-lib/dev/):
git clone git://git.sv.gnu.org/guile-lib.git guile-lib cd guile-lib ./autogen.sh --prefix=... && make but i get this vonbecmann@vonbecmann-System-Name:~/Downloads/guile-lib$ ./autogen.sh --prefix=... && make autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: configure.ac: not using Autoheader autoreconf: running: automake --add-missing --copy --force-missing autoreconf: Leaving directory `.' configure: error: expected an absolute directory name for --prefix: ... Thanks
