golang/go

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

Open

#33,896 opened on Aug 28, 2019

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
FeatureRequestGoCommandNeedsInvestigationOS-OpenBSDcompiler/runtimehelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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)?

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: https://github.com/golang/go/issues/22078

Contributor guide