eclipse - How to use cgo in Goclipse with Mingw? -


when try use cgo error

exec gcc: exec: "gcc": executable file not found in %path%

i have mingw installed. how tell goclipse gcc is? not find way in preferences or properties set this.

add path mingw gcc windows path environment variable.

setting environment variables under windows


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -