Re: [ns] how to compile a cc file???

2007-01-19 Thread azee
Thanks a lot! You are right, even after the compilation I was using the old executable file (silly me!) I used the new one and it worked perfectly fine and I can now see the changes that I made in cc file. Great help, really appreciated! -azee On 1/19/07, Joachim Fabini <[EMAIL PROTECTED]> w

Re: [ns] how to compile a cc file???

2007-01-19 Thread Joachim Fabini
> I change something in > ns-allinone-2.28\ns-2.28\mac\mac-802_11.cc file and after > saving it, I run the command make clean; make (I am using > cygwin). The change is just a print statement that should > appear in the simulation result. > After that, I run the tcl simulation code again, but

[ns] how to compile a cc file???

2007-01-19 Thread azee
Hi guys! I change something in ns-allinone-2.28\ns-2.28\mac\mac-802_11.cc file and after saving it, I run the command make clean; make (I am using cygwin). The change is just a print statement that should appear in the simulation result. After that, I run the tcl simulation code again, but the cha