OldPanda / bloomfilter

Yet another Bloomfilter implementation in Go, compatible with Java's Guava library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go 1.21 GOOS=linux build failed

bowin opened this issue · comments

cross compile from mac to linux, it seems like cgo problem

@bowin You're right. CGO is the reason why it failed to cross compile your go program. As far as I know, there're two workarounds to compile the go code to the target platform.