$ uname -a
Linux zoidberg 3.7.0-rc7 #17 SMP Mon Nov 26 04:46:11 CET 2012 x86_64
x86_64 x86_64 GNU/Linux
$ apt-cache show libgc-dev | grep ^Version
Version: 1:7.1-8ubuntu0.12.04.1
Version: 1:7.1-8build1
$ ./configure --prefix=$HOME/opt/guile --enable-silent-rules
--disable-shared --disable-static
Ian Price writes:
> I'm going to withhold pushing a patch and closing this bug for the
> moment, until I'm satisfied of the reason why this is the problem.
Well, I never did get a satisfying reason, but Andy Wingo pushed the
obvious fix for this issue in response to a different users report.
htt