-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
Golang 1.9 build warning : Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking #21421
Comments
@netroby Does this warning occur with previous versions of Go? |
1.7 is fine Sent from my Xiaomi Mi Note 2 using FastHub |
Can you please also test 1.8.3
…On Sun, Aug 13, 2017 at 1:25 PM, netroby ***@***.***> wrote:
1.7 is fine
*Sent from my Xiaomi Mi Note 2 using FastHub
<https://play.google.com/store/apps/details?id=com.fastaccess.github>*
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#21421 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAcA82E7dq0muQ4ao0YH3YpTJLGLNkqks5sXmy_gaJpZM4O1ka8>
.
|
later this day Sent from my Xiaomi Mi Note 2 using FastHub |
Hello, @davecheney , golang 1.8.3 tested, and it was ok to compile without any errors
|
Thank you, I have verified the warning from gcc
|
This is actually a bug fix. In earlier versions of Go the external linker was emitting the warning, but the Go linker was hiding it from you. Can you see this in the earlier versions if you add Closing because I think the behavior is correct. |
The text was updated successfully, but these errors were encountered: