bug#22342: Infinite loop when GUILE_FOR_BUILD == guile

2016-08-07 Thread Andy Wingo
Fixed in master; we capture the full path to GUILE_FOR_BUILD. Cheers :) Andy On Sun 10 Jan 2016 21:28, Peter TB Brett writes: > I ran across an interesting problem while cross-compiling Guile 2.0.11 > with MinGW. > > "GEN guile-procedures.texi" sat in an infinite loop, due to meta/guile > exec

bug#22342: Infinite loop when GUILE_FOR_BUILD == guile

2016-01-10 Thread Peter TB Brett
I ran across an interesting problem while cross-compiling Guile 2.0.11 with MinGW. "GEN guile-procedures.texi" sat in an infinite loop, due to meta/guile exec-ing itself in a tight loop. This was because I had set GUILE_FOR_BUILD to "guile" in my configure invocation. In the uninstalled_env