Sorry for that last mail, hit the wrong button...

manpreet grewal wrote:
> I am using ns-allinone-2.31 under cygwin on Windows XP.
> I have made changes in tora.cc file..
> Then i executed make command successfully with no errors..
> But the changes are not picked by tora.tcl, when i execute ns
> tora.tcl..
> Can anyone please tell me where am i wrong?
> What should be done so that tora.tcl start picking the
> changes???

Start up a debugger for C++ like gdb, set a brakepoint at a promising
function, like command(), and see what ns-2 does when you call the
modified/added code.

For more information, see the wiki:
http://nsnam.isi.edu/nsnam/index.php/Troubleshooting#unexpected_behavior_or_crash_.28segfault.29_after_code_extension


Cheers,

--Timo

Reply via email to