-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/cgo: gcc did not produce error at completed:1 #41261
Comments
These are strange errors to see:
What is the complete output of |
The complete output:
|
Thanks. What is the output of |
Here you go:
|
GCC version egcs-2.91.57 was released in 1998, more than 20 years ago. It would be nice if Go worked with such an old release, but it's not very surprising that it doesn't. You need to update your C compiler. I'm going to close this issue since we aren't going to go to any extra work to support such an old C compiler. Sorry. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I try to compile a golang project in which I'm using "github.com/mattn/go-sqlite3" library
What did you expect to see?
A complete compile.
What did you see instead?
The text was updated successfully, but these errors were encountered: