Skip to content

Instantly share code, notes, and snippets.

@bradfordw
Created March 27, 2012 20:12
Show Gist options
  • Save bradfordw/2219883 to your computer and use it in GitHub Desktop.
Save bradfordw/2219883 to your computer and use it in GitHub Desktop.
#!/bin/bash
gcc -undefined dynamic_lookup -dynamiclib -D OCI_IMPORT_LINKAGE -D OCI_CHARSET_ANSI -L/usr/local/oracle/instantclient_10_2/ -lclntsh -L/usr/local/lib -locilib -L/usr/local/Cellar/erlang/R14B04/lib/erlang/usr/include/ prophet.c -o prophet.so
@bradfordw
Copy link
Author

For missing erl_nif, add: -I/usr/lib/erlang/erts-5.8.1/include (that's a CAPITAL "i" as in...interesting)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment