On 2013-04-16, at 11:15 AM, Ralph Möritz ralph.moeritz@outlook.com wrote:
I don't know what is the problem you are experiencing. All I can say is that the following sequence works fine for me on Windows with MinGW: git clone http://github.com/feeley/gambit.git cd gambit ./configure make bootstrap
It works fine up to that point for me too. After `make bootstrap' README.md says to run `make bootclean' followed by `make'; it's that last `make' invocation that throws the error quoted in the subject line.
Thanks. I have now reproduced the problem. There was problem with the main makefile when using MinGW. This is now fixed (after a few attempts... sigh!).
Marc