You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cloned repo of 2015-03-15 to Windows 7 system, ran all.bat with CGO_ENABLED=0, which appeared to work fine except one test that should probably be skipped with cgo disabled:
--- FAIL: TestStdcallAndCDeclCallbacks (0.01s)
syscall_windows_test.go:373: failed to build dll: exec: "gcc": executable file not found in %PATH% -
FAIL
FAIL runtime 51.466s
The text was updated successfully, but these errors were encountered:
mikioh
changed the title
Build on windows fails when CGO_ENABLED=0 due to missing gcc
runtime: Build on windows fails when CGO_ENABLED=0 due to missing gcc
Mar 14, 2015
cloned repo of 2015-03-15 to Windows 7 system, ran all.bat with CGO_ENABLED=0, which appeared to work fine except one test that should probably be skipped with cgo disabled:
The text was updated successfully, but these errors were encountered: