Skip to content
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/go: support -buildmode=c-shared on openbsd/amd64 #33896

Open
XVilka opened this issue Aug 28, 2019 · 2 comments
Open

cmd/go: support -buildmode=c-shared on openbsd/amd64 #33896

XVilka opened this issue Aug 28, 2019 · 2 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FeatureRequest Issues asking for a new feature that does not need a proposal. GoCommand cmd/go help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-OpenBSD
Milestone

Comments

@XVilka
Copy link

XVilka commented Aug 28, 2019

What version of Go are you using (go version)?

$ go version
1.12.8 openbsd/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

OpenBSD/amd64

go build -o libr2pm.so -buildmode=c-shared ./lib
-buildmode=c-shared not supported on openbsd/amd64
gmake: *** [Makefile:20: libr2pm.so] Error 1

See similar (fixed) bug for FreeBSD: #22078

@av86743
Copy link

av86743 commented Aug 28, 2019

#22078 (comment)

@bcmills bcmills changed the title -buildmode=c-shared not supported on openbsd/amd64 cmd/go: support -buildmode=c-shared on openbsd/amd64 Aug 28, 2019
@bcmills bcmills added FeatureRequest Issues asking for a new feature that does not need a proposal. help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-OpenBSD labels Aug 28, 2019
@bcmills bcmills added this to the Unplanned milestone Aug 28, 2019
@gopherbot
Copy link
Contributor

Change https://golang.org/cl/193558 mentions this issue: Add c-shared mode for openbsd/amd64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FeatureRequest Issues asking for a new feature that does not need a proposal. GoCommand cmd/go help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-OpenBSD
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants