Skip to content

Instantly share code, notes, and snippets.

@barbietunnie
Created May 11, 2022 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barbietunnie/bd20713ed0726f3a224e3fbbc3e13fb0 to your computer and use it in GitHub Desktop.
Save barbietunnie/bd20713ed0726f3a224e3fbbc3e13fb0 to your computer and use it in GitHub Desktop.
Fix: stdlib.h compile error (Mac)
# To fix the error, set the folowing environment variables on your Mac before compilation
export CGO_ENABLED=1
export CC=gcc
# Sample compilation
go build -o docker-bench
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment