This is windows/amd64 setup.

go build -race works in other scenarios. Example: building console apps.
It also works if *.syso file with binary resources (icons, etc.) is NOT in 
the build directory.

Once you place rsrc.syso or any *.syso "go build -race" stops working.

There is the output:

go build -race
# xtrans/prod/xtrunwui
C:\Go\pkg\tool\windows_amd64\link.exe: running gcc failed: exec: "gcc": 
executable file not found in %PATH%

None of the source files uses import "C" and I do not want to install C for 
this since if there is no *.syso file
then build -race works. Unfortunately there are icons in rsrc.syso and GUI 
app simply does not run without them.


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to