mono の mkbundle を使用して C# アプリのスタンドアロンを作成しようとしています。Xcode と Mono Developer Kit もインストールしました (ランタイムではなく MDK だと確信しています)。それでも、mkbundle test.exe を使用して mkbundle を実行します
これらのエラーが発生します
Compiling:
as -o temp.o temp.s
cc -g -o a.out -Wall temp.c `pkg-config --cflags --libs mono-2` temp.o
sh: pkg-config: command not found
temp.c:1:10: fatal error: 'mono/metadata/mono-config.h' file not found
1 error generated.
[Fail]
何が起こっていますか?