-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
Milestone
Description
What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. 1. hg clone -u tip https://code.google.com/p/go 2. cd go\src 3. all.bat What is the expected output? A complete build. What do you see instead? # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool. '"\go_bootstrap"' is not recognized as an internal or external command, operable program or batch file. == was unexpected at this time. Which compiler are you using (5g, 6g, 8g, gccgo)? mingw-w64 i686-4.8.2-release-win32-sjlj-rt_v3-rev2.7z Which operating system are you using? Windows 2000 Professional Service Pack 4 (running in VirtualBox 4.3) Which version are you using? (run 'go version') latest tip Please provide any additional information below. Windows 2000 is the earliest version listed as supported on http://golang.org/doc/install, so I thought to use it for backwards compatibility testing of my Windows API code.