Re: [ns] how to execute aodv protocol in ns2...?

2011-09-18 Thread Naren Tada

better to compile aodv.cc, MAKE it. it will link your aodv.h file naturally.
though you could run it by giving aodv.h as a parameter

On Fri, Sep 16, 2011 at 3:31 PM, Dineshkumar Dinesh wrote:

>
> while executing the aodv.cc file i got the following error.
>
>
> dineshkumar@ubuntu:~/aodv$ g++ -o aodv aodv.cc
> aodv.cc:50:31: fatal error: aodv/newaodv/aodv.h: No such file or directory
> compilation terminated.
>
> plz send how to execute the aodv i have to complete my
> project
>
>
>


[ns] how to execute aodv protocol in ns2...?

2011-09-16 Thread Dineshkumar Dinesh

while executing the aodv.cc file i got the following error.


dineshkumar@ubuntu:~/aodv$ g++ -o aodv aodv.cc
aodv.cc:50:31: fatal error: aodv/newaodv/aodv.h: No such file or directory
compilation terminated.

plz send how to execute the aodv i have to complete my 
project