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 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 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
XVilka added a commit to XVilka/go that referenced this issue Sep 13, 2019
@gopherbot
Copy link

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

XVilka added a commit to XVilka/go that referenced this issue Nov 15, 2019
XVilka added a commit to XVilka/go that referenced this issue Jan 8, 2020
XVilka added a commit to XVilka/go that referenced this issue Jan 14, 2020
XVilka added a commit to XVilka/go that referenced this issue Jan 22, 2020
XVilka added a commit to XVilka/go that referenced this issue Apr 17, 2020
XVilka added a commit to XVilka/go that referenced this issue Apr 28, 2020
XVilka added a commit to XVilka/go that referenced this issue Jun 10, 2020
XVilka added a commit to XVilka/go that referenced this issue Dec 31, 2020
XVilka added a commit to XVilka/go that referenced this issue Jan 8, 2021
XVilka added a commit to XVilka/go that referenced this issue Jan 8, 2021
XVilka added a commit to XVilka/go that referenced this issue Jan 8, 2021
XVilka added a commit to XVilka/go that referenced this issue Jun 10, 2021
@bcmills bcmills added compiler/runtime Issues related to the Go compiler and/or runtime. GoCommand cmd/go labels Sep 7, 2023
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 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