Skip to content

runtime: Can't compile Go 1.5 beta 2 on Windows without GCC #11754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Thomasdezeeuw opened this issue Jul 17, 2015 · 5 comments
Closed

runtime: Can't compile Go 1.5 beta 2 on Windows without GCC #11754

Thomasdezeeuw opened this issue Jul 17, 2015 · 5 comments
Milestone

Comments

@Thomasdezeeuw
Copy link
Contributor

  1. What version of Go are you using (go version)?

    N/A, commit 2899be8.

  2. What operating system and processor architecture are you using?

    Windows 7, 64bit.

  3. What did you do?

    Ran src/all.bat with CGO_ENABLED=0.

  4. What did you expect to see?

    A succesfull build.

  5. What did you see instead?

--- FAIL: TestReturnAfterStackGrowInCallback (0.01s)
    syscall_windows_test.go:611: failed to build dll: exec: "gcc": executable file not found in %PATH% - 
FAIL
FAIL    runtime 33.659s
@Thomasdezeeuw
Copy link
Contributor Author

Apparently the go tool is build succesfully, but the tests do fail.

@bradfitz bradfitz added this to the Go1.5Maybe milestone Jul 17, 2015
@bradfitz
Copy link
Contributor

@alexbrainman, can you look into this one?

@alexbrainman
Copy link
Member

@Thomasdezeeuw does https://go-review.googlesource.com/12347 fixes your build?

Alex

@mikioh mikioh changed the title Can't compile Go 1.5 beta 2 on Windows without GCC runtime: Can't compile Go 1.5 beta 2 on Windows without GCC Jul 18, 2015
@mikioh mikioh modified the milestones: Go1.5, Go1.5Maybe Jul 18, 2015
@Thomasdezeeuw
Copy link
Contributor Author

This fixed it, thanks.

@alexbrainman
Copy link
Member

Thanks for checking.

Alex

@golang golang locked and limited conversation to collaborators Jul 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants