-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Windows: "gcc": executable file not found in %PATH% #467
Comments
go-sqlite3 is a cgo package, you're gonna need gcc to compile it. |
@opoppe Which of these settings is correct? |
@mrichman Just change the architecture to x86_64 and you should be good to go |
Compile Section Closes mattn#175 Compile Section Closes mattn#201 Compile Section Closes mattn#206 Compile Section Closes mattn#404 Compile Section Closes mattn#217 Compile Section Closes mattn#224 Compile Section Closes mattn#234 Compile Section Closes mattn#242 Feature table Closes mattn#255 Description Section Closes mattn#232 Golang:1.6 not supported Closes mattn#272 Golang:1.5 not supported + compilation section Closes mattn#283 usleep Implemented Closes mattn#285 FAQ Section Closes mattn#289 Compile Section closes mattn#295 FAQ Section Closes mattn#305 PR339 Closes mattn#318 mattn#321 Compilation Section Closes mattn#341 PR407 Closes mattn#364 Feature `sqlite_vtable` Closes mattn#393 Compile Section Closes mattn#416 sqlite_trace feature Closes mattn#433 Compilation Section Closes mattn#435 Compilation Section Closes mattn#443 Golang:1.6 Not Supported Closes mattn#445 Compilation Section Closes mattn#451 Compilation Section Closes mattn#467 Compilation Section Closes mattn#491 Compilation Section Closes mattn#495 Compilation Section Closes mattn#505 Compilation Section Closes mattn#557 Compilation Section Closes mattn#560
This one's for you @mrichman |
I suggest this one. |
I haven't used Windows since May 2018, but thank you for replying :) I'm sure someone can benefit. |
save my day |
|
This worked for me on Windows 10 |
I hava installed gcc but still take place this problem |
@jackios What do you see if you run |
------------------ 原始邮件 ------------------
发件人: "mattn/go-sqlite3" ***@***.***>;
发送时间: 2021年3月17日(星期三) 凌晨0:28
***@***.***>;
***@***.******@***.***>;
主题: Re: [mattn/go-sqlite3] Windows: "gcc": executable file not found in %PATH% (#467)
@jackios What do you see if you run where gcc?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
This video should help you. |
Running go 1.9.1 on windows/amd64 (Windows 10)
When calling
go get github.com/mattn/go-sqlite3
(orgo install
) I get the following error:exec: "gcc": executable file not found in %PATH%
The text was updated successfully, but these errors were encountered: