liamzdenek / go-pthreads

Lightweight binding of pthreads to Google Go
BSD 2-Clause "Simplified" License
36 stars 8 forks source link

go run error #7

Closed lazywhite closed 3 years ago

lazywhite commented 3 years ago
root@controller1 xx # GOOS=linux go run a.go
go build github.com/liamzdenek/go-pthreads: build constraints exclude all Go files in /root/go/pkg/mod/github.com/liamzdenek/go-pthreads@v0.0.0-20140916091500-ccaf4c64741e
lazywhite commented 3 years ago

should enable cgo

CGO_ENABLED=1 go run main.go