hii there
I am new with the NS2 simulator and I have install Ubuntu 12.04 on vmwear and NS2.33
ali@ubuntu:~$ which ns
/usr/local/bin/ns
in order to implement the gpsr protocol and I have this error:
ali@ubuntu:~/ns-allinone-2.33/hls-utils$ ns-hls hls.tcl
invalid command name "Agent/GPSR"
while executing
"Agent/GPSR set bdesync_ 0.5 "
(file "hls.tcl" line 6)
and I am follow these steps that posts
#23
http://www.linuxquestions.org/questi...526/page2.html
and when I apply this comment
&& export CC=gcc-4.1 CXX=g++-4.1 && ./install
I get this error
============================================================
* Build tcl8.4.18
============================================================
autom4te: cannot open autom4te.cache/requests: Permission denied
configure: WARNING: unrecognized options: --enable-gcc
checking whether to use symlinks for manpages... no
checking whether to compress the manpages... no
checking whether to add a package name suffix for the manpages... no
checking for gcc... gcc-4.1
checking whether the C compiler works... no
configure: error: in `/home/ali/ns-allinone-2.33/tcl8.4.18/unix':
configure: error: C compiler cannot create executables
See `config.log' for more details
tcl8.4.18 configuration failed! Exiting ...
Tcl is not part of the ns project. Please see
www.Scriptics.com
to see if they have a fix for your platform.
please if you can help and provide me the sequence of steps that I should follow to implement the protocol.