I have tried the following Go versions:
* Tip
* Official Go 1.3.1 binaries.
What steps reproduce the problem?
1. Extract attached zip file (5 files, 47 lines in total) to $GOPATH/src/
2. cd $GOPATH/src/mingwbug
3. go build
What happened?
C:\Users\stephen\Desktop\godev\src\mingwbug>go build -a main.go
# command-line-arguments
mingwbug/glfw(.text): mingwbug/glfw(/76): not defined
mingwbug/glfw(.text): undefined: mingwbug/glfw(/76)
What should have happened instead?
The program should link.
Please provide any additional information below.
The program compiles, links, and runs fine when using MinGW 4.8.1.
If using MinGW 4.8.3 OR 4.9.1 (MinGW-W64 project or TDM-GCC) then the linker reports the
errors above.
This issue is a minimal example if the problem we ran into at
go-gl/glfw#91 if you want more information.