hi all,
i want to generate a movemement scenario for my simulation, so i install NS,
and after that, go to the directory ~ns/indep-utils/cmu-scen-gen/setdest and
run "make".
after running this, it gives me "make: nothing to be done for 'all'. "
i try to generate an example by writing these commands :
1) cd home/ns-2.1b8-mcast/indep-utils/cmu-scen-gen/setdest
2)./setdest -n 20 -p 2.0 -s 10.0 -t 200 -x 500 -y 500 >
scen-20-test
it gives me the error :
bash : /usr/local/bin/setdest : no such file or directory.
but i'm in the home/ns-2.1b8-mcast/indep-utils/cmu-scen-gen/setdest
directory!!!! what's the problem?
thanks in advance