On Tue 04 Aug 2009 11:26, Ken Raeburn <[email protected]> writes: > First, a minor nit: > > % ./configure --help |& head -1 > `configure' configures guile 1.9.0 to adapt to many kinds of systems. > % ./configure --version | head -1 > guile configure 1.9.0 > % > > But I downloaded 1.9.1, not 1.9.0; the version number reported here is > wrong.
That's odd. Current git yields 1.9.1 as the version. Perhaps Ludo ran distcheck before bumping the GUILE-VERSION. > % ../configure --prefix=`pwd`/I --with-libgmp-prefix=/opt/local --with- > libunistring-prefix=`cd ../../libunistring-0.9.1/I/&&pwd` > [...] > checking whether csqrt is usable... yes > checking how to link with libgmp... -L/opt/local/lib -lgmp > checking for __gmpz_init in -lgmp... no > configure: error: GNU MP not found, see README > % > > In config.log I see that it's not using the -L option when testing for > __gmpz_init: I think I've fixed this. Can you pull from git and give it another go? Thanks, Andy -- http://wingolog.org/
