Hi, All:
I have installed ns-allinone-2.1b6 successfully. Then I changed some head files of ns-2.1b6 and tried to recompile ns-2.1b6. I run ./configure , then I got following error: checking for gethostbyname in -lnsl... (cached) yes checking for dcgettext in -lintl... (cached) no checking for getnodebyname in -ldnet_stub... (cached) no checking that c++ can handle -O2... no checking for tcl.h... -I../tcl8.0.4/generic checking for libtcl8.0... -L../tcl8.0.4/unix -ltcl8.0 checking for init.tcl... /ns-allinone-2.1b6/ns-2.1b6/../tcl8.0.4/library d is checking for tclsh8.0.4... (cached) ../tclbox/bin/tclsh8.0 checking for tk.h... configure: error: NONE is not a directory I run make to compile ns-2.1b6 and got following errors: make[1]: Entering directory `/ns-allinone-2.1b6/ns-2.1b6/indep-utils/webtrace-conv/nlanr' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/ns-allinone-2.1b6/ns-2.1b6/indep-utils/webtrace-conv/nlanr' make[1]: Entering directory `/ns-allinone-2.1b6/ns-2.1b6/indep-utils/webtrace-conv/ucb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/ns-allinone-2.1b6/ns-2.1b6/indep-utils/webtrace-conv/ucb' |