I just installed ns2-allinone-2.30 on cygwin.Following errors occurs:
1)When i run ./install,d following 'errors' pops up at the end of installation
-make:***[tclClock.o} Error 1
-tcl8.4.13 makefile failed! Exiting..
Any packages missing?
2)I then start the X graph using startxwin.bat and the X window,tries to run few tcl scripts from after changing to the tcl directory-'ns somescript.tcl' but it says 'bash:ns:command not found' what cud be the error?
I made the bashrc file as under:
-export NS_HOME=`pwd`/ns-allinone-2.30
-export PATH=$NS_HOME/tcl8.4.13/unix:$NS_HOME/tk8.4.13/unix:$NS_HOME/bin:$PATH
-export LD_LIBRARY_PATH=$NS_HOME/tcl8.4.13/unix:$NS_HOME/tk8.4.13/unix:$NS_HOME/otcl-1.12:$NS_HOME/lib:$LD_LIBRARY_PATH
-export TCL_LIBRARY=$NS_HOME/tcl8.4.13/library
can any1 help ?