ubuntu16.04でns2(ns-2.34)を使っています。
NS2を再コンパイルするべく以下の手順でコマンドを実行したところ、makeで以下のようなエラーが出てしまいます。
何がエラーにつながっているのか理解できません。
すみませんがご教授お願いします。

再コンパイル手順

 ./configure        
 make clean     
 make depend        
 make   ←エラー        
 sudo make install  

エラーメッセージ

/bin/sh: 1: ../tclcl-1.19/tcl2c++: Permission denied
error writing "stdout": broken pipe
    while executing
"puts "### tcl-expand.tcl: begin expanding $name""
    (procedure "expand_file" line 2)
    invoked from within
"expand_file [file tail $name]"
    ("foreach" body line 5)
    invoked from within
"foreach name $argv {
    set dirname [file dirname $name]
    if {$dirname != "."} {
        cd $dirname
        expand_file [file tail $name]
        cd $startupDir
    } else ..."
    (file "bin/tcl-expand.tcl" line 65)
Makefile:528: ターゲット 'gen/ns_tcl.cc' のレシピで失敗しました
make: *** [gen/ns_tcl.cc] エラー 126

○Makefile:528

$(GEN_DIR)ns_tcl.cc: $(NS_TCL_LIB)
    $(TCLSH) bin/tcl-expand.tcl tcl/lib/ns-lib.tcl @V_NS_TCL_LIB_STL@ | $(TCL2C) et_ns_lib > $@