Any cgo experts out there who how to work through this error `/usr/bin/ld: cannot find -lgcc_s: No such file or directory`? Trying to statically compile a yara-x golang app I'm developing.

This is the build environment/additional details:

https://github.com/VirusTotal/yara-x/issues/270#issuecomment-2554426967

#golang #yarax #cgo

Golang compile issues after bumping to v0.12.0 · Issue #270 · VirusTotal/yara-x

Getting a number of issue like these when compiling golang code that imports yara-x version v0.12.0: 0.960 # github.com/VirusTotal/yara-x/go 0.960 /go/pkg/mod/github.com/!virus!total/yara-x/[email protected]...

GitHub