ubuntuにns2.35(sudo ./install)をインストールしているときに、次のエラーが発生します。
config.status:Makefile
rm -f libotcl.a otcl.o
gcc -V 4.5 -c -g -O2 -DNDEBUG -DUSE_SHM -DHAVE_UNISTD_H=1-Iを作成します。-I / home / arya / ns-allinone-
2.35 / include -I / home / arya / ns-allinone-2.35 / include -I / home / arya / ns-allinone-
2.35 / include -I / include otcl.c
gcc :エラー:4.5:そのようなファイルまたはディレクトリはありません
gcc:エラー:認識されないオプション'-V'
make:* [libotcl.a]エラー
1otcl-1.14 makeが失敗しました!終了しています..。
/ns-allinone-2.35/otcl-1.14のMakefile.inを変更しました。CC
=@CC @ -V 4.6.3
ここで、-V4.6.3はgccバージョンを表します。
このエラーを取り除く方法。Googleで関連するヘルプが見つかりませんでした。