私は次のようにソースからerlangotpをコンパイルしています:
./configure --with-dynamic-trace=systemtap
しかし、それはエラーを報告します:
checking for dtrace... no
configure: error: No dtrace utility found.
systemtapはLinuxで使用するためのものであり、dtraceとは異なります。
dtraceをインストールした後、エラーは次のようになります。
dtrace: failed to compile script emulator/beam/erlang_dtrace.d: Preprocessor not found
configure: error: Could not precompile erlang_dtrace.d: dtrace -h failed
configure: error: /root/otp/erts/configure failed for erts