error in installing ns-2.34, in icmp.o
greetings,
i've been trying installing ns 2. while i'm installing, i've got this following error :
emulate/icmp.o: In function `IcmpAgent::recv(Packet*, Handler*)':
/home/habib/ns-allinone-2.34/ns-2.34/emulate/icmp.cc:81: multiple definition of `IcmpAgent::IcmpAgent()'
apps/icmp.o:/home/habib/ns-allinone-2.34/ns-2.34/apps/icmp.cc:58: first defined here
emulate/icmp.o: In function `IcmpAgent::recv(Packet*, Handler*)':
/home/habib/ns-allinone-2.34/ns-2.34/emulate/icmp.cc:81: multiple definition of `IcmpAgent::IcmpAgent()'
apps/icmp.o:/home/habib/ns-allinone-2.34/ns-2.34/apps/icmp.cc:58: first defined here
emulate/icmp.o: In function `IcmpAgent::command(int, char const* const*)':
/home/habib/ns-allinone-2.34/ns-2.34/emulate/icmp.cc:134: multiple definition of `IcmpAgent::command(int, char const* const*)'
apps/icmp.o:/home/habib/ns-allinone-2.34/ns-2.34/apps/icmp.cc:65: first defined here
collect2: error: ld returned 1 exit status
make: *** [nse] Error 1
Ns make failed!
Can anybody you help me?
|