-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
GCC still required? #315
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
Comments
please show me your |
$ go install github.com/mattn/go-sqlite3 github.com/mattn/go-sqlite3exec: "gcc": executable file not found in %PATH% |
As your |
Is it possible to clarify what is to be changed in the CC go env variable in order for this to install? I'm trying to go get this package and it's showing me the same error at the first comment, except i have go 1.5.3 |
you need to install gcc. |
Sorry, my bad. |
The readme indicates that I do not need to have gcc installed, but:
$ go get github.com/mattn/go-sqlite3
github.com/mattn/go-sqlite3
exec: "gcc": executable file not found in %PATH%
$ go install github.com/mattn/go-sqlite3
github.com/mattn/go-sqlite3
exec: "gcc": executable file not found in %PATH%
$ go version
go version go1.6.1 windows/amd64
$
The text was updated successfully, but these errors were encountered: