-
Notifications
You must be signed in to change notification settings - Fork 77
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
go-lxc fails with gccgo #33
Comments
|
ok, so the main failure can be fixed with the following changes:
I'm now getting: Which to me looks like -llxc wasn't passed through to ld somehow. |
|
Apparently that's because gccgo ignores or fails to parse the pkg-config line, manually setting LDFLAGS fixes it... I'll send a branch with both changes. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm looking into gccgo as a way to build LXD for ppc64el and arm64 where gc doesn't work.
So far it looks like most of our code is fine, but go-lxc itself fails when building using gccgo5.
Here's as simple an example as I could come up with:
The text was updated successfully, but these errors were encountered: