-
-
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
Build app still require gcc #442
Comments
Could you please show me |
F:\gopath\src\github.com\mattn\go-sqlite3>go build -x |
|
I don't still what you mean. What do you mean |
When I build the app, it shows
But i successfully installed go-sqlite3 by After installed, I uninstalled TDM-GCC. |
Then, please show me |
|
please try to install go-sqlite3 with |
failed
|
In my another vm installing TDM-GCC, can build app successfully, in this one cannot, Btw, in this vm, I just copied TDM-GCC files instead of installing, run |
What do you get with |
app or go-sqlite3? |
please try on app |
Built successfully, get the exe. Whether the situation is common or not? |
There are some conditions why the build fail with this error. |
What can I offer? |
Sorry, I don't still clearly understand how to fix this issue with common way. |
I mean what can i do for you about the issue |
This is enoguh since I got one of the resolved results. So if you solved issue, please close this. |
I think 'go build -ldflags="-linkmode=internal -extld=none" -x' could be added into the readme :) |
I found that
in Readme.md
But, after installed go-sqlite3 and go-sqlite3.a existed, it still require gcc when I building the app.
os: windows 10 x64 pro
The text was updated successfully, but these errors were encountered: