Re: [ns] How to recompile and run tcl files?

2007-09-13 Thread Teerawat Issariyakul
Say you want to include myfile.cc into NS2 code, you have to incorporate myfile.o in file Makefile Open Makefile and look how an object file (myfile.o) can be incorporate into the Makefile. Finally, run "make" at ns2 directory, and you're done!! Best, Teerawat On 9/13/2007, "Kavuluri, Mal

[ns] How to recompile and run tcl files?

2007-09-12 Thread Kavuluri, Mallesh (IE10)
In SUMMARY, what is the normal way to recompile .cc files that .tcl file requires and run the .tcl files? How shall we make necessary changes in Makefile? I have tried make clean, make depend, ./configure, make. Even I tried ./install in ns-allinone-2.28 folder and then tried the