Hi, Greg Troxel <g...@ir.bbn.com> writes:
> So, building guile probably needs either to build guile as a host tool > > if host != target, preferably in an objdir, and then that can be used. > > take a --with-guile that points to a working host guile, and people > doing cross builds will have to build guile first. Right, we could use an already installed Guile 1.8/1.9 when cross-compiling. That means we have to make sure the compiler can run on top of 1.8. I think this is currently the case. Andy? Ludo'.