Skip to content

Instantly share code, notes, and snippets.

@kofron
Created April 28, 2011 16:38
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 kofron/946714 to your computer and use it in GitHub Desktop.
Save kofron/946714 to your computer and use it in GitHub Desktop.
building a NIF on OSX
gcc -flat_namespace -undefined suppress -fPIC -shared -I $ERL_ROOT/usr/include/ -o somename.so somename.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment