radareorg / r2pm

Radare2 cross platform package manager
GNU Lesser General Public License v3.0
34 stars 12 forks source link

OpenBSD and C build #39

Open XVilka opened 5 years ago

XVilka commented 5 years ago
go: extracting github.com/urfave/cli v1.21.0
go build -o libr2pm.so -buildmode=c-shared ./lib
-buildmode=c-shared not supported on openbsd/amd64
gmake: *** [Makefile:20: libr2pm.so] Error 1
xarkes commented 5 years ago

Well there is nothing we can do about this? Is there? Anyway the shared library is mostly for usage by Cutter, and afaik Cutter does not run on openbsd.

qbarrand commented 5 years ago

Indeed, I don't really what to do here.

XVilka commented 5 years ago

Created an issue in Go repository: https://github.com/golang/go/issues/33896