Mac OS X LionでErlang( http://www.erlang.org/doc/man/erl_nif.html )からNIFテストをコンパイルしようとしています。コンパイルできません。コンパイラフラグがありませんか?これが私が得るエラーです:
Computer:~ me $ gcc -fPIC -shared -o niftest.so niftest.c -I /usr/local/Cellar/erlang/R14B02/lib/erlang/usr/include/
Undefined symbols for architecture x86_64:
"_enif_make_string", referenced from:
_hello in ccXfh0oG.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
私もこれを試しました-m32
が、i386アーキテクチャもありません。
ありがとう!