Closed hongyi-zhao closed 3 years ago
It looks like your CGO_ENABLED is set to 0.
Check the CGO_ENABLED: go env | grep CGO_ENABLED
and set to 1.
Check the CGO_ENABLED:
go env | grep CGO_ENABLED
and set to 1.$ go env | grep CGO_ENABLED CGO_ENABLED="0"
Thank you very much. The following method can solve this problem:
$ CGO_ENABLED=1 make
On Ubuntu 20.04, I try to compile the git master version of
graftcp
, but meet the following messages:Any hints for this problem?
Regards, HY